修改图片上传组件,优化架构
zk 编写于 2024-01-02 15:27:59
NewLife.QuickVue
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: [
    "./index.html",
    "./src/**/*.{vue,js,ts,jsx,tsx}",
  ],
  theme: {
    extend: {},
  },
  plugins: [],
}