随笔分类 -  vue-项目13

摘要:html {{$store.state.count}} js computed: { count() { return this.$store.state.count; }, js computed:{ ...mapState(["count"]) } // 视图中{{count}} js gett 阅读全文
posted @ 2019-08-07 00:27 193557749 阅读(200) 评论(0) 推荐(0)