feat: Add SomePage route and component
All checks were successful
CI / cache-and-install (push) Successful in 1m9s

This commit is contained in:
严浩
2024-08-14 10:57:28 +08:00
parent 89c6c6e0dd
commit 1c2a6ced9e
3 changed files with 12 additions and 0 deletions

View File

@ -21,9 +21,11 @@ export default defineConfig(({ mode, command }) => {
base: env.VITE_BASE,
plugins: [
VueRouter({
// https://uvr.esm.is/guide/configuration.html
exclude: ['**/__*', '**/__*/**/*'],
getRouteName: (routeNode) => getPascalCaseRouteName(routeNode),
logs: false,
extensions: ['.vue', '.page.vue', '.md'],
}),
// other plugins
AutoImport({