// tailwind.config.js module.exports = { content: [ "./src/**/*.{vue,js,ts,jsx,tsx}", // 根据你的项目结构调整路径 ], theme: { extend: {}, }, plugins: [], };