fct182

Results 1 issues of fct182

### Describe the bug element-plus 中使用服务方式调用Loading ,不会自动引入样式 ```ts this.loading = ElLoading.service({ lock: true, text: '正在卖力加载中....' }); ``` ### Reproduction this.loading = ElLoading.service({ lock: true, text: '正在卖力加载中....' }); ### System Info...