This commit is contained in:
huoji
2022-08-22 20:15:23 +08:00
parent 3475c90afe
commit 7006b663f3
33 changed files with 9980 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<template>
<h4 class="row q-gutter-md q-mb-sm q-pa-lg">施工中....</h4>
</template>
<script>
import { defineComponent } from 'vue'
export default defineComponent({
name: 'Dashboard'
})
</script>