rax-medical/src/views/remote-manage/remote-thumbnail.vue

19 lines
352 B
Vue
Raw Normal View History

2024-01-17 17:53:13 +08:00
<template>
<div></div>
</template>
<script lang='ts' setup>
import { onMounted, reactive, ref, toRefs, watch } from 'vue'
import { useRouter } from 'vue-router'
import { useRemoteStore } from '@/stores/remote-info-store'
import MessagePart from './part/message-part.vue'
const router = useRouter()
</script>
<style lang='scss' scoped>
</style>