新增实时数据页面

This commit is contained in:
guanj
2025-10-20 13:41:00 +08:00
parent 676bb37bbe
commit e7612c4083

View File

@@ -0,0 +1,11 @@
<template>
<!-- 实时数据 -->
<div> </div>
</template>
<script setup lang='ts'>
import { ref, reactive } from 'vue'
</script>
<style lang="scss" scoped>
</style>