Vue中監聽$store 中的數據的方法

computed:{ haha () { return this.$store.state.msg } }, watch:{ haha:function () { //插入須要在倉庫數據變化時作的邏輯處理 } }
相關文章
相關標籤/搜索