mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2026-06-14 20:31:49 +08:00
15 lines
182 B
Vue
15 lines
182 B
Vue
|
|
<template>
|
||
|
|
<div>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script lang='ts' setup>
|
||
|
|
import { onMounted, reactive, ref, toRefs, watch } from 'vue'
|
||
|
|
|
||
|
|
</script>
|
||
|
|
|
||
|
|
<style lang='scss' scoped>
|
||
|
|
|
||
|
|
</style>
|