2026-05-20 21:39:12 +08:00

9 lines
124 B
Vue

<template>
<router-view />
<cool />
</template>
<script setup lang="ts">
import Cool from '/@/cool/index.vue';
</script>