Files
RmEye/Web/syseye/src/pages/Dashboard.vue
huoji 7006b663f3 1
2022-08-22 20:15:23 +08:00

11 lines
203 B
Vue

<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>