1.0.1 • Published 4 years ago

@vv-package/theme-chalk v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

项目主题色

拷贝:https://github.com/ElementUI/theme-chalk

npm i @vv-package/theme-chalk -S

项目按需加载使用

  "plugins": [
    "@babel/transform-runtime",
    "transform-vue-jsx",
     [
      "component",
      {
        "libraryName": "element-ui",
        "styleLibraryName": "~node_modules/@vv-package/theme-chalk/lib" // 只能通过绝对路径的方式引入 https://github.com/ElementUI/babel-plugin-component/blob/master/src/core.js
      },
      "element-ui"
    ],
    [
      "component",
      {
        "libraryName": "it-vui",
        "styleLibraryName": "theme-chalk"
      },
      "it-vui"
    ]
  ],

修改的地方

  1. 升级3.9.1 -> 4.0.2
  2. var.less
  3. table.scss 注释了539-543
  4. breadcrumb.scss 样式变量引用