修改内容发给
src/components/VueTest2.vue @@ -10,6 +10,7 @@ }, computed: { mAge() { console.log(123); return this.$store.state.age; } }