Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

File-based Routing

Routes will be auto-generated for Vue files in the src/pages dir with the same file structure. Check out unplugin-vue-router for more details.

src/pages 目录下的 Vue 文件会自动生成相同结构的路由。

查看unplugin-vue-router了解更多细节。

Vue Router 5

Vue Router 5 已将 unplugin-vue-router合并到了核心包中,无需再使用 unplugin-vue-router

查看 Vue Router 5 迁移指南 了解更多细节。