Use vue3 without compat

This commit is contained in:
Julian Stirling 2026-02-15 16:12:32 +00:00
parent d4f26e8536
commit 013b7e9dc9
2 changed files with 2 additions and 7 deletions

View file

@ -33,8 +33,6 @@ export default defineConfig({
resolve: {
alias: {
// Use Vue 2 compatible build.
vue: "@vue/compat",
// Setup path alias for src directory.
// This allows importing modules using '@/path/to/module'.
"@": fileURLToPath(new URL("./src", import.meta.url)),