test_lgq/niucloud/addon/test_plug/web/pages/routes.ts

6 lines
151 B
TypeScript
Raw Normal View History

2024-01-24 17:36:08 +08:00
export default [
{
path: "/test_plug/hello_world/index",
component: () => import('~/test_plug/pages/hello_world/index.vue')
}
]