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`:
166166| ` maxWidth ` | Not support ` Drag & Resize ` anymore |
167167| ` maxHeight ` | Not support ` Drag & Resize ` anymore |
168168
169- :: ReadMore { link =" /use-cases/use-cases/ modal-drag-resize " }
169+ :: ReadMore { link =" /use-cases/modal-drag-resize " }
170170::
171171
172172### Renamed APIs ` $vfm ` to ` useVfm `
@@ -195,6 +195,6 @@ Here is a new drag & resize example with an awesome library `vue3-drag-resize`:
195195
196196| 3.x | 4.0 |
197197| ---------------- | -------------------------------------------------------------------------------------------------------------------------- |
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 1919 "postcss" : " ^8.4.31" ,
2020 "tailwindcss" : " ^3.3.5" ,
2121 "typescript" : " ^5.3.2" ,
22- "vite" : " ^5.0.3 "
22+ "vite" : " ^5.0.5 "
2323 }
2424}
Original file line number Diff line number Diff line change 2424 "@antfu/eslint-config" : " ^0.37.0" ,
2525 "@types/node" : " ^20.10.0" ,
2626 "@vitejs/plugin-vue" : " ^4.5.0" ,
27- "@vue/test-utils" : " ^2.3.2" ,
2827 "concurrently" : " ^8.2.2" ,
2928 "eslint" : " ^8.36.0" ,
3029 "pnpm" : " ^8.11.0" ,
You can’t perform that action at this time.
0 commit comments