add desktop frontend framework

This commit is contained in:
MaysWind
2023-06-22 18:44:24 +08:00
parent a9e36b9a59
commit 4b49c1f30f
29 changed files with 3396 additions and 35 deletions
@@ -0,0 +1,13 @@
<template>
<v-row class="match-height">
user settings
</v-row>
</template>
<script>
export default {
created() {
}
}
</script>