whychdw
2019-07-02 8b145dd81cce53784408ae40f6565580af7bb561
修改内容发给
1个文件已修改
1 ■■■■ 已修改文件
src/components/VueTest2.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/VueTest2.vue
@@ -10,6 +10,7 @@
    },
    computed: {
        mAge() {
            console.log(123);
            return this.$store.state.age;
        }
    }