如果能兼容,请问如何实现?
S
seaton
@seaton
-1
声望
2
帖子
322
资料浏览
0
粉丝
0
关注
seaton 发布的帖子
-
taro+vue如何使用本地资源,如:图片
如下代码报错:
<template> <image :src="Icon1"></image> <template> <script> import Icon1 from '../../static/home-icon1.png' </script>
错误信息:
vue.runtime.esm.js?2b0e:619 [Vue warn]: Property or method "Icon1" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property