wip: Desktop UI

This commit is contained in:
syuilo 2020-11-03 17:04:37 +09:00
parent d7085b17fe
commit 055e9f21b7
3 changed files with 8 additions and 3 deletions

View file

@ -59,6 +59,8 @@ export default defineComponent({
<style lang="scss" scoped>
.mk-app {
height: 100vh;
width: 100vw;
}
</style>