zy-vue-library/components/children/index.vue

10 lines
107 B
Vue
Raw Normal View History

2025-10-22 11:19:51 +08:00
<template>
<router-view />
</template>
<script setup>
defineOptions({
name: "Children",
});
</script>