mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
Merge branch 'dev' of https://github.com/hay-kot/mealie into feature/mobile-app-bar
This commit is contained in:
commit
ae32990e08
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ export default {
|
||||||
const appInfo = this.$store.getters.getAppInfo;
|
const appInfo = this.$store.getters.getAppInfo;
|
||||||
return appInfo.demoStatus;
|
return appInfo.demoStatus;
|
||||||
},
|
},
|
||||||
|
demo() {
|
||||||
|
const appInfo = this.$store.getters.getAppInfo;
|
||||||
|
return appInfo.demoStatus;
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
created() {
|
created() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue