feat:移植工程
This commit is contained in:
8
src/views/blog/meta.ts
Normal file
8
src/views/blog/meta.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { IRouteMetaConfig } from 'vue3-common/types'
|
||||
|
||||
export const blogMeta: IRouteMetaConfig = {
|
||||
'/blog': {
|
||||
path: '/blog',
|
||||
redirect: '/blog/overview'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user