实时数据页面绘制
This commit is contained in:
13
src/views/govern/device/control/tabs/trend.vue
Normal file
13
src/views/govern/device/control/tabs/trend.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>
|
||||
1111111
|
||||
</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