Ver Fonte

Update index.tsx

lex há 2 anos atrás
pai
commit
f667968cfd
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/components/o-qrcode/index.tsx

+ 1 - 1
src/components/o-qrcode/index.tsx

@@ -204,7 +204,7 @@ export default defineComponent({
         // binarize: toBoolean(that.binarize),
         // binarizeThreshold: that.binarizeThreshold,
         components: that.components
-      })
+      } as any)
         .draw()
         .then((dataUri) => {
           this.imgUrl = dataUri