引入 getCurrentInstance方法 获取当前组件的实例

import {getCurrentInstance} from 'vue'

使用

const instance = getCurrentInstance()
console.log(instance,'当前组件的实例')
Logo

前往低代码交流专区

更多推荐