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() {