Files
admin-govern/src/views/govern/device/control/tabs/event.vue

20 lines
299 B
Vue
Raw Normal View History

2024-07-03 19:31:43 +08:00
<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>