import { getCurrentInstance } from 'vue'
const instance = getCurrentInstance() // 获取当前组件实例
这些记录都是工作中遇到问题,随即记录解决办法和想法,所以后续补充场景
import { getCurrentInstance } from 'vue'
const instance = getCurrentInstance() // 获取当前组件实例
这些记录都是工作中遇到问题,随即记录解决办法和想法,所以后续补充场景