6 lines
151 B
TypeScript
6 lines
151 B
TypeScript
|
export default [
|
||
|
{
|
||
|
path: "/test_plug/hello_world/index",
|
||
|
component: () => import('~/test_plug/pages/hello_world/index.vue')
|
||
|
}
|
||
|
]
|