4 Star 92 Fork 21

后盾人 / vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tailwind.config.cjs 175 Bytes
一键复制 编辑 原始数据 按行查看 历史
后盾人 提交于 2022-09-16 21:14 . fix:改变路由文件定义目录
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
}
JavaScript
1
https://gitee.com/houdunren/vue.git
git@gitee.com:houdunren/vue.git
houdunren
vue
vue
master

搜索帮助