Skip to content

Commit 5f597f8

Browse files
committed
docs: fixed link paths
1 parent 5b731be commit 5f597f8

File tree

4 files changed

+864
-723
lines changed

4 files changed

+864
-723
lines changed

docs/content/2.get-started/1.guide/3.migration-guide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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) |

examples/vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
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
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
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",

0 commit comments

Comments
 (0)