Merge branch 'dev' of https://github.com/hay-kot/mealie into feature/mobile-app-bar

This commit is contained in:
hay-kot 2021-04-02 11:34:24 -08:00
commit ae32990e08

View file

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