Selaa lähdekoodia

Update index.tsx

lex 2 vuotta sitten
vanhempi
commit
f667968cfd
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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