Add basic app interface
This commit is contained in:
parent
f2dc318f09
commit
704c826b29
5 changed files with 100 additions and 14 deletions
|
|
@ -1,16 +1,13 @@
|
|||
<script setup lang="ts">
|
||||
import AppLayout from './components/AppLayout.vue'
|
||||
import Viewport from './components/Viewport.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="app">
|
||||
<AppLayout>
|
||||
<Viewport />
|
||||
</div>
|
||||
</AppLayout>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.app {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue