mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-27 14:24:58 +08:00
15 lines
196 B
Vue
15 lines
196 B
Vue
<template>
|
|
<div>
|
|
日志
|
|
</div>
|
|
</template>
|
|
|
|
<script lang='ts' setup>
|
|
import { onMounted, reactive, ref, toRefs, watch } from 'vue'
|
|
|
|
</script>
|
|
|
|
<style lang='scss' scoped>
|
|
|
|
</style>
|