Files
Visualize-electronic-fences/src/views/WarningList/list.vue
2026-05-12 09:37:18 +08:00

10 lines
148 B
Vue

<template>
<div class="warning">
<h1>warning</h1>
</div>
</template>
<script setup lang="ts"></script>
<style lang="less" scoped></style>