UNPKG

@kfl-ui/utils

Version:

Vue 工具集合,包含自动路由生成器

6 lines (5 loc) 219 B
export { createNamespace } from './create.mjs'; export { SFCWithInstall, withInstall } from './with-install.mjs'; export { PageConfig, createRouterFromGlobs } from './autoRouter.mjs'; import 'vue'; import 'vue-router';