scholtz / qrcode-vue3

MIT License
87 stars 33 forks source link

tsx里面引入的时候报错 #4

Open rainmanhhh opened 3 years ago

rainmanhhh commented 3 years ago
import QRCodeVue3 from 'qrcode-vue3'
defineComponent({
  render() {
    return <QRCodeVue3 />
  }
})

TS2604: JSX element type 'QRCodeVue3' does not have any construct or call signatures.

scholtz commented 1 year ago

i am not sure if vue components are compatible with react