Add 'frontend-vue/' from commit '041986f5cd6e67f5367fd047c71b8107865fa5af'

git-subtree-dir: frontend-vue
git-subtree-mainline: 4fa5504697
git-subtree-split: 041986f5cd
This commit is contained in:
zhaoweijie
2025-11-20 09:51:44 +08:00
80 changed files with 10694 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
],
theme: {
extend: {
},
},
plugins: [],
}