vue-beauty icon indicating copy to clipboard operation
vue-beauty copied to clipboard

Emitted value instead of an instance of Error

Open cloudZQY opened this issue 7 years ago • 1 comments

when I import 'vue-beauty/package/style/vue-beauty.min.css',I have a error like this image 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

cloudZQY avatar Nov 20 '17 09:11 cloudZQY

ok thank you,i will fix it.

yuu2lee4 avatar Nov 21 '17 03:11 yuu2lee4