Files
fengjie-datascreen/src/views/traffic/index.vue
2025-01-20 04:09:56 +08:00

10 lines
159 B
Vue

<template>
<box1 />
<box2 />
</template>
<script setup>
import box1 from './components/box-1.vue'
import box2 from './components/box-2.vue'
</script>