给一个字符中的img标签添加图片预览功能,Vant组件、ref和querySelector两种方式实现
Vant安装过程点击进入查看app.vue中的代码如下:import{showImagePreview}from'vant';import{onMounted,ref}from"vue";//给一段文本字符串的htmlconstimageText=ref(``)//方式一querySelector方式onMounted(()=>{constbox=document.querySelector('.