ionic+vue+capacitor系列笔记--常用操作代码合集(图片引用,axios跨域配置,去除按钮波纹)
1.单个图片引用htmltsimport{defineComponent}from"vue";exportdefaultdefineComponent({name:"Tab1Page",components:{},setup(props,context){leturl="image/a/a(1).png";letuserImgSrc=require("../assets/"+url);return