rax-medical/src/views/logs-manage/logs-manage.vue

15 lines
182 B
Vue
Raw Normal View History

2023-12-25 17:57:18 +08:00
<template>
<div>
</div>
</template>
<script lang='ts' setup>
import { onMounted, reactive, ref, toRefs, watch } from 'vue'
</script>
<style lang='scss' scoped>
</style>