File tree 1 file changed +18
-5
lines changed
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
14
14
| Vue 2 | [ 1.x] ( https://github.com/Godofbrowser/vuejs-dialog/tree/v1.x ) |
15
15
| Vue 3 | [ 2.x] ( https://github.com/Godofbrowser/vuejs-dialog/tree/master ) |
16
16
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 )
18
35
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