2025-10-20 13:41:00 +08:00
|
|
|
<template>
|
2025-10-21 10:21:15 +08:00
|
|
|
<!-- 实时数据 -->
|
|
|
|
|
<div>123</div>
|
2025-10-20 13:41:00 +08:00
|
|
|
</template>
|
2025-10-21 10:21:15 +08:00
|
|
|
<script setup lang="ts">
|
2025-10-20 13:41:00 +08:00
|
|
|
import { ref, reactive } from 'vue'
|
|
|
|
|
</script>
|
2025-10-21 10:21:15 +08:00
|
|
|
<style lang="scss" scoped></style>
|