实时数据页面绘制
This commit is contained in:
19
src/views/govern/device/control/tabs/event.vue
Normal file
19
src/views/govern/device/control/tabs/event.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<div class="view">
|
||||
<div class="view_top">
|
||||
|
||||
</div>
|
||||
<div class="view_bot">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
import { ref, onMounted } from 'vue'
|
||||
onMounted(() => {
|
||||
console.log()
|
||||
})
|
||||
</script>
|
||||
<style lang="less" scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user