问题展示:
使用v-loading报错 无法找到样式 element-plus/es/components/loading-directive/style/css

解决办法:
element-plus版本:
"element-plus": "^2.1.9"
"unplugin-auto-import": "^0.7.1",
"unplugin-vue-components": "^0.19.3"
使用正则表达式,排除loading-directive的样式 exclude: new RegExp(/^(?!.loading-directive).$/)
configureW