<img v-if="isNotEmpty(item.url)" :src="HOST+item.url"/>
比如上述代码中需要使用全局方法 isNotEmpty判断当前图片是否为空和HOST常量前缀,发现不起作用,经过多方查证,需要再main.js中加入如下配置:
app.config.globalProperties.HOST = HOST;
app.config.globalProperties.isEmpty = isEmpty;
再次运行,完美解决上述问题,特此记录
fanhenghui ©著作权
文章标签 前端 vue.js javascript 文章分类 Python 后端开发
<img v-if="isNotEmpty(item.url)" :src="HOST+item.url"/>
比如上述代码中需要使用全局方法 isNotEmpty判断当前图片是否为空和HOST常量前缀,发现不起作用,经过多方查证,需要再main.js中加入如下配置:
app.config.globalProperties.HOST = HOST;
app.config.globalProperties.isEmpty = isEmpty;
再次运行,完美解决上述问题,特此记录
上一篇:element-ui设置table的header样式
下一篇:mybatis-plus多数据源报错Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded
Vue3 全局注册组件和指令
如何在Vue3 ts项目中使用 Vue Route
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M