File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,22 @@ The content below is for the Vue3 compatible version of vuejs-dialog, you can fi
1414| Vue 2 | [ 1.x] ( https://github.com/Godofbrowser/vuejs-dialog/tree/v1.x ) |
1515| Vue 3 | [ 2.x] ( https://github.com/Godofbrowser/vuejs-dialog/tree/master ) |
1616
17- ## Recommended IDE Setup
17+ ## Installing the release candidate (vue3)
18+
19+ To install the Vue3 compatible version while it's not released officially yet, please use either of the command below with the "next" tag.
20+
21+ ``` shell
22+ npm install --save vuejs-dialog@next
23+ ```
24+ ``` shell
25+ pnpm add vuejs-dialog@next
26+ ```
27+ ``` shell
28+ pnpm add vuejs-dialog@next
29+ ```
30+
31+ ## Links
32+
33+ - [ Documentation] ( https://godofbrowser.github.io/vuejs-dialog/ )
34+ - [ Live Demos] ( https://godofbrowser.github.io/vuejs-dialog/demos )
1835
19- - [ Documentation] ( https://example.com/ )
20- - [ Live Demos] ( https://example.com/ )
21- - [ 2.x] ( https://github.com/Godofbrowser/vuejs-dialog/tree/master )
22- - Older Vue2 compatible version [ here] ( https://github.com/Godofbrowser/vuejs-dialog/tree/v1.x )
You can’t perform that action at this time.
0 commit comments