导航

    Taro 社区

    Taro

    • 注册
    • 登录
    • 搜索
    • 版块
    • 最新
    • 话题
    • 热门
    • 群组
    1. 主页
    2. seaton
    S
    • 资料
    • 关注
    • 粉丝
    • 主题
    • 帖子
    • 最佳
    • 群组

    seaton

    @seaton

    -1
    声望
    2
    帖子
    322
    资料浏览
    0
    粉丝
    0
    关注
    注册时间 最后登录

    seaton 关注

    seaton 发布的帖子

    • taro + vue + echart 能否兼容微信小程序和h5页面

      如果能兼容,请问如何实现?

      发布在 Taro
      S
      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

      发布在 Taro 实践 + 案例
      S
      seaton