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

View File

@ -4,6 +4,9 @@
<div v-if="this.$root.isDemoApp" class="demo has-background-warning has-text-centered is-size-7-mobile">
{{ $t('commons.demo_do_not_post_sensitive_data') }}
</div>
<div v-if="this.$root.isTestingApp" class="demo has-background-warning has-text-centered is-size-7-mobile">
{{ $t('commons.testing_do_not_post_sensitive_data') }}
</div>
<notifications width="100%" position="top" :duration="4000" :speed="0" :max="1" classes="notification is-radiusless" />
<main class="main-section">
<router-view></router-view>