Newer
Older
adminAccountabilityFront / src / views / home / index.vue
liyaguang on 11 Sep 2023 172 bytes first
<script lang="ts" name="Index" setup>
// 逻辑
</script>

<template>
  <div>首页看板</div>
</template>

<style scoped lang="scss">
.index {
  color: black;
}
</style>