chore: Update dependencies
All checks were successful
CI / cache-and-install (push) Successful in 1m47s

This commit is contained in:
严浩
2024-08-30 13:05:01 +08:00
parent e491219375
commit 0788bcf72c
5 changed files with 1181 additions and 945 deletions

View File

@ -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-