mirror of
https://gitee.com/XiaoLFeng/JSL_OrganizeInternalOA_Web.git
synced 2025-02-05 03:42:35 +08:00
13 lines
215 B
JavaScript
13 lines
215 B
JavaScript
|
module.exports = {
|
||
|
content: [
|
||
|
"./index.html",
|
||
|
"./src/**/*.{vue,js,ts,jsx,tsx}",
|
||
|
"./node_modules/flowbite/**/*.js",
|
||
|
],
|
||
|
theme: {
|
||
|
extend: {},
|
||
|
},
|
||
|
plugins: [
|
||
|
require('flowbite/plugin')
|
||
|
]
|
||
|
}
|