Files
admin-govern/src/views/pqs/cockpit/realTimeData/index.vue

12 lines
182 B
Vue
Raw Normal View History

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