提交 2c7d1917 authored 作者: 刘守彩's avatar 刘守彩

fix: remove default theme

上级 c64ec137
...@@ -78,8 +78,9 @@ export default { ...@@ -78,8 +78,9 @@ export default {
}; };
if (!this.chalk) { if (!this.chalk) {
const url = `https://unpkg.com/element-ui@${version}/lib/theme-chalk/index.css`; console.log(version);
await this.getCSSString(url, 'chalk'); // const url = `https://unpkg.com/element-ui@${version}/lib/theme-chalk/index.css`;
// await this.getCSSString(url, 'chalk');
} }
const chalkHandler = getHandler('chalk', 'chalk-style'); const chalkHandler = getHandler('chalk', 'chalk-style');
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论