05 2020 档案

摘要:1.引入store 安装引入vuex,在main.js里面: import store from './store' //+++ new Vue({ el: '#app', router, store, //+++ components: { App }, template: '<App/>' }) 阅读全文
posted @ 2020-05-22 18:12 珞珞9527 阅读(1721) 评论(0) 推荐(0) 编辑
摘要:watch里面可以用深度监听; 数组赋值可以使用: this.$set(this.dataArr, 0, true) //Vue.set( target, key, value ) 手动添加监听 阅读全文
posted @ 2020-05-19 19:36 珞珞9527 阅读(717) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示