在使用uniapp官网里的uni-popup弹出层组件时,要将vue2转换成vue3,,这里遇到了一个问题:vue2可以通过this访问到绑定的ref,但是vue3没有了this,应该怎么办呢? 解决方法: !