integrated_traffic_vue/src/components/children/index.vue

10 lines
107 B
Vue
Raw Normal View History

2024-01-04 09:02:38 +08:00
<template>
<router-view />
</template>
<script setup>
defineOptions({
name: "children",
});
</script>