美文网首页
在自定义组件中,用observers监听properties更新

在自定义组件中,用observers监听properties更新

作者: Fat_Bone | 来源:发表于2021-09-07 17:41 被阅读0次

    在自定义组件中,用observers监听properties初始化更新视图没反应。
    仔细看原来在ready()里面也用了setData()
    也就是说,ready()执行的时机,比监听properties中setData要晚。

    相关文章

      网友评论

          本文标题:在自定义组件中,用observers监听properties更新

          本文链接:https://www.haomeiwen.com/subject/vdspwltx.html