10 lines
259 B
Vue
10 lines
259 B
Vue
|
|
<template>
|
||
|
|
<div class="">
|
||
|
|
</div>
|
||
|
|
</template>
|
||
|
|
<script setup>
|
||
|
|
import { onMounted, ref } from 'vue';
|
||
|
|
//["事件", "线路", "专业巡查", "公交巡查", "边坡", "桥梁", "隧道", "服务点", "清除"]
|
||
|
|
</script>
|
||
|
|
<style scoped lang="scss">
|
||
|
|
</style>
|