标签:安装 review load 自定义主题 follow 扩展 theme family github
cnpm install style-loader --save-dev cnpm install css-loader --save-dev cnpm install file-loader --save-dev
import ElementUI from ‘element-ui‘ import ‘element-ui/lib/theme-chalk/index.css‘ Vue.use(ElementUI)
Cannot find module "element-ui/lib/theme-default/index.css"——解决办法
标签:安装 review load 自定义主题 follow 扩展 theme family github
原文地址:https://www.cnblogs.com/wuln/p/9065957.html