mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2025-12-14 11:43:01 +00:00
✨ UI: add preview to AdminView
This commit is contained in:
parent
39b56d8bd0
commit
ac71909819
1 changed files with 5 additions and 0 deletions
|
|
@ -2,9 +2,14 @@
|
||||||
<ConfigView />
|
<ConfigView />
|
||||||
<CalendarAssistant />
|
<CalendarAssistant />
|
||||||
<DoorMapEditor />
|
<DoorMapEditor />
|
||||||
|
<BulmaDrawer header="Vorschau" @open="(ready) => ready()">
|
||||||
|
<UserView />
|
||||||
|
</BulmaDrawer>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
import UserView from "../UserView.vue";
|
||||||
|
import BulmaDrawer from "../bulma/Drawer.vue";
|
||||||
import CalendarAssistant from "./CalendarAssistant.vue";
|
import CalendarAssistant from "./CalendarAssistant.vue";
|
||||||
import ConfigView from "./ConfigView.vue";
|
import ConfigView from "./ConfigView.vue";
|
||||||
import DoorMapEditor from "./DoorMapEditor.vue";
|
import DoorMapEditor from "./DoorMapEditor.vue";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue