feat(projects): add new route plugin @soybeanjs/vite-plugin-vue-page-route [集成新的路由插件]

This commit is contained in:
Soybean
2023-01-15 23:32:40 +08:00
parent f71812d622
commit 3131e00f0f
9 changed files with 357 additions and 172 deletions

View File

@ -1,4 +1,4 @@
const about: AuthRoute.Route = {
const about1: AuthRoute.Route = {
name: 'about',
path: '/about',
component: 'self',
@ -12,4 +12,4 @@ const about: AuthRoute.Route = {
}
};
export default about;
export default about1;