fix: components

This commit is contained in:
Rogee
2024-09-24 21:23:09 +08:00
parent 9b295864fc
commit db5db42181
7 changed files with 347 additions and 106 deletions

View File

@@ -1,12 +1,21 @@
import { fileURLToPath, URL } from 'node:url'
import { fileURLToPath, URL } from 'node:url';
import vue from '@vitejs/plugin-vue';
import AutoImport from 'unplugin-auto-import/vite';
import { defineConfig } from 'vite';
import vue from '@vitejs/plugin-vue'
import { defineConfig } from 'vite'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [
vue(),
AutoImport({
imports: [
'vue',
'vue-router',
'pinia'
],
}),
],
resolve: {
alias: {