正常情况如下
import type Wx from "@/components/weix-qrcode/weix-qrcode.vue"
let wxQrCodePop = ref<InstanceType<typeof Wx>|null>(null)
如果是esaycom自动引入的组件 如何处理TS定义?
let wxQrCodePop = ref<InstanceType<typeof ????>|null>(null)
正常情况如下
import type Wx from "@/components/weix-qrcode/weix-qrcode.vue"
let wxQrCodePop = ref<InstanceType<typeof Wx>|null>(null)
如果是esaycom自动引入的组件 如何处理TS定义?
let wxQrCodePop = ref<InstanceType<typeof ????>|null>(null)
0 个回复