|
|
@@ -62,10 +62,10 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- if (!this.chalk) {
|
|
|
- const url = `https://unpkg.com/element-ui@${version}/lib/theme-chalk/index.css`
|
|
|
- await this.getCSSString(url, 'chalk')
|
|
|
- }
|
|
|
+ // if (!this.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')
|
|
|
|