/** @type {import('tailwindcss').Config} */ module.exports = { content: ['./src/**/*.{vue,js,ts,jsx,tsx}', './public/index.html'], theme: { extend: {}, }, plugins: [], corePlugins: { preflight: false, // 关闭默认样式 }, }