File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,12 @@ https://user-images.githubusercontent.com/150185/213549880-e6b645bd-11f0-461a-b1
66
77https://user-images.githubusercontent.com/150185/213549905-360698e2-0c6b-4fd1-8023-803e22b68e27.mov
88
9- Video example code:
9+ Video example code in Vue 3 ` <script setup> ` style :
1010``` js
1111import VueDd from ' vue-dd'
1212import { getCurrentInstance } from ' vue'
13+
14+ // get Vue instance
1315const instance = getCurrentInstance ()
1416```
1517``` html
Original file line number Diff line number Diff line change @@ -7,9 +7,13 @@ https://user-images.githubusercontent.com/150185/213549880-e6b645bd-11f0-461a-b1
77https://user-images.githubusercontent.com/150185/213549905-360698e2-0c6b-4fd1-8023-803e22b68e27.mov
88
99Video example code:
10+
11+ Video example code in Vue 3 ` <script setup> ` style:
1012``` js
1113import VueDd from ' vue-dd'
1214import { getCurrentInstance } from ' vue'
15+
16+ // get Vue instance
1317const instance = getCurrentInstance ()
1418```
1519``` html
You can’t perform that action at this time.
0 commit comments