diff --git a/frontend/src/App.vue b/frontend/src/App.vue index bb545577b..22ef9e39f 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -38,6 +38,10 @@ export default { const appInfo = this.$store.getters.getAppInfo; return appInfo.demoStatus; }, + demo() { + const appInfo = this.$store.getters.getAppInfo; + return appInfo.demoStatus; + }, }, created() {