UnisKB/ui/src/views/application/AppOverview.vue

9 lines
119 B
Vue
Raw Normal View History

2023-11-15 09:42:31 +00:00
<template>
<div>
概览
</div>
</template>
<script setup lang="ts">
</script>
<style lang="scss" scoped></style>