feat: Add SomePage route and component
All checks were successful
CI / cache-and-install (push) Successful in 1m9s
All checks were successful
CI / cache-and-install (push) Successful in 1m9s
This commit is contained in:
@ -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({
|
||||
|
Reference in New Issue
Block a user