Add a reset command to set up a Testing app with data (like Demo)

This commit is contained in:
Bubka
2022-07-07 16:39:57 +02:00
parent b4240bf1af
commit cb2de26e93
13 changed files with 346 additions and 65 deletions

3
resources/js/app.js vendored
View File

@@ -17,7 +17,8 @@ const app = new Vue({
data: {
appSettings: window.appSettings,
appConfig: window.appConfig,
isDemoApp: window.isDemoApp
isDemoApp: window.isDemoApp,
isTestingApp: window.isTestingApp
},
i18n,
router,