vue-beauty
vue-beauty copied to clipboard
Emitted value instead of an instance of Error
when I import 'vue-beauty/package/style/vue-beauty.min.css'
,I have a error like this
I guess the error caused by this code
.ant-spin-blur {
overflow: hidden;
opacity: 0.7;
-webkit-filter: blur(0.5px);
filter: blur(0.5px);
/* autoprefixer: off */
filter: progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false);
/* autoprefixer: on */
-webkit-transform: translateZ(0);
}
if I delete /* autoprefixer: on */
, this error resolved.
the ant-design also have this problem, and they fixed.
fix_3c1b4da
ok thank you,i will fix it.