mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2025-12-14 03:33:06 +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 />
|
||||
<CalendarAssistant />
|
||||
<DoorMapEditor />
|
||||
<BulmaDrawer header="Vorschau" @open="(ready) => ready()">
|
||||
<UserView />
|
||||
</BulmaDrawer>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import UserView from "../UserView.vue";
|
||||
import BulmaDrawer from "../bulma/Drawer.vue";
|
||||
import CalendarAssistant from "./CalendarAssistant.vue";
|
||||
import ConfigView from "./ConfigView.vue";
|
||||
import DoorMapEditor from "./DoorMapEditor.vue";
|
||||
|
|
|
|||
Loading…
Reference in a new issue