remove dup key

This commit is contained in:
hay-kot 2021-04-02 11:34:55 -08:00
commit 77518364e9

View file

@ -38,10 +38,6 @@ export default {
const appInfo = this.$store.getters.getAppInfo;
return appInfo.demoStatus;
},
demo() {
const appInfo = this.$store.getters.getAppInfo;
return appInfo.demoStatus;
},
},
created() {