2026-05-09 10:34:51 +08:00

9 lines
155 B
Vue

<script setup lang="ts">
defineOptions({
name: 'ExplainParent',
})
</script>
<template>
<router-view :key="$route.fullPath"></router-view>
</template>