From 77518364e989907ddbfe85881aaa32a7f9641c66 Mon Sep 17 00:00:00 2001 From: hay-kot Date: Fri, 2 Apr 2021 11:34:55 -0800 Subject: [PATCH] remove dup key --- frontend/src/App.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 22ef9e39f..bb545577b 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -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() {