Fix tailwind

This commit is contained in:
voltsrage
2026-06-19 17:48:53 +08:00
parent 5f69ce1a95
commit 2f74e2dd8b
4 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import tailwindcss from '@tailwindcss/vite'
import { fileURLToPath, URL } from 'node:url'
// https://vite.dev/config/
export default defineConfig({
plugins: [vue()],
plugins: [vue(), tailwindcss()],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)),