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

10 lines
107 B
Vue

<template>
<router-view />
</template>
<script setup>
defineOptions({
name: "Children",
});
</script>