2021-12-10 14:11:49 +08:00
|
|
|
<template>
|
2021-12-16 13:33:04 +08:00
|
|
|
<router-view>
|
2021-12-10 14:11:49 +08:00
|
|
|
<template #default="{ Component, route }">
|
2021-12-18 22:05:00 +08:00
|
|
|
<component :is="Component" :key="route.fullPath" />
|
2021-12-10 14:11:49 +08:00
|
|
|
</template>
|
2021-12-16 13:33:04 +08:00
|
|
|
</router-view>
|
2021-12-10 14:11:49 +08:00
|
|
|
</template>
|