chore: Update dependencies
All checks were successful
CI / cache-and-install (push) Successful in 1m47s
All checks were successful
CI / cache-and-install (push) Successful in 1m47s
This commit is contained in:
@ -82,7 +82,7 @@ function Plugins() {
|
||||
importStyle: true,
|
||||
}),
|
||||
],
|
||||
imports: ['pinia', 'vue', VueRouterAutoImports, unheadVueComposablesImports],
|
||||
imports: ['vue', 'pinia', '@vueuse/core', VueRouterAutoImports, unheadVueComposablesImports],
|
||||
}),
|
||||
Components({
|
||||
// allow auto load markdown components under `./src/components/`
|
||||
@ -108,7 +108,11 @@ function Plugins() {
|
||||
}),
|
||||
);
|
||||
|
||||
plugins.push([vueDevTools()]);
|
||||
plugins.push(
|
||||
vueDevTools({
|
||||
// launchEditor: env.LAUNCH_EDITOR,
|
||||
}),
|
||||
);
|
||||
|
||||
plugins.push(
|
||||
// https://github.com/feat-agency/vite-plugin-webfont-dl?tab=readme-ov-file#-usage-simple-config-method-b-
|
||||
|
Reference in New Issue
Block a user