Skip to content

Commit

Permalink
docs: 更新文件路由依赖链接
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Aug 10, 2022
1 parent f6f1ede commit fc09640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ pnpm lint:fix

<br />

### [3. 文件路由](https://github.com/markthree/unplugin-vue-router)
### [3. 文件路由](https://github.com/posva/unplugin-vue-router)

目录结构即路由。

Expand All @@ -327,7 +327,7 @@ eg:
- `src/pages/[user]/settings.vue` => `/:user/settings`
- `src/pages/[...notFound].vue` => 404 路由

具体可见 👉 [unplugin-vue-router](https://github.com/markthree/unplugin-vue-router)
具体可见 👉 [unplugin-vue-router](https://github.com/posva/unplugin-vue-router)

<br />

Expand Down

0 comments on commit fc09640

Please sign in to comment.