File tree Expand file tree Collapse file tree 4 files changed +864
-723
lines changed
docs/content/2.get-started/1.guide Expand file tree Collapse file tree 4 files changed +864
-723
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ Here is a new drag & resize example with an awesome library `vue3-drag-resize`:
166
166
| ` maxWidth ` | Not support ` Drag & Resize ` anymore |
167
167
| ` maxHeight ` | Not support ` Drag & Resize ` anymore |
168
168
169
- :: ReadMore { link =" /use-cases/use-cases/ modal-drag-resize " }
169
+ :: ReadMore { link =" /use-cases/modal-drag-resize " }
170
170
::
171
171
172
172
### Renamed APIs ` $vfm ` to ` useVfm `
@@ -195,6 +195,6 @@ Here is a new drag & resize example with an awesome library `vue3-drag-resize`:
195
195
196
196
| 3.x | 4.0 |
197
197
| ---------------- | -------------------------------------------------------------------------------------------------------------------------- |
198
- | ` $vfm.show() ` | [ vfm.open()] ( [ /api/components/vue-final-modal#modalid](http://localhost:3000/api/ composables/use-vfm#functions) ) |
199
- | ` $vfm.hide() ` | [ vfm.close()] ( [ /api/components/vue-final-modal#displaydirective](http://localhost:3000/api/ composables/use-vfm#functions) ) |
200
- | ` $vfm.hideAll() ` | [ vfm.closeAll()] ( [ /api/components/vue-final-modal#teleportto](http://localhost:3000/api/ composables/use-vfm#functions) ) |
198
+ | ` $vfm.show() ` | [ vfm.open()] ( /api/composables/use-vfm#functions ) |
199
+ | ` $vfm.hide() ` | [ vfm.close()] ( /api/composables/use-vfm#functions ) |
200
+ | ` $vfm.hideAll() ` | [ vfm.closeAll()] ( /api/composables/use-vfm#functions ) |
Original file line number Diff line number Diff line change 19
19
"postcss" : " ^8.4.31" ,
20
20
"tailwindcss" : " ^3.3.5" ,
21
21
"typescript" : " ^5.3.2" ,
22
- "vite" : " ^5.0.3 "
22
+ "vite" : " ^5.0.5 "
23
23
}
24
24
}
Original file line number Diff line number Diff line change 24
24
"@antfu/eslint-config" : " ^0.37.0" ,
25
25
"@types/node" : " ^20.10.0" ,
26
26
"@vitejs/plugin-vue" : " ^4.5.0" ,
27
- "@vue/test-utils" : " ^2.3.2" ,
28
27
"concurrently" : " ^8.2.2" ,
29
28
"eslint" : " ^8.36.0" ,
30
29
"pnpm" : " ^8.11.0" ,
You can’t perform that action at this time.
0 commit comments