wangrong
2026-07-25 1219bbc5e2f999c65d8d8c83282777b468321fe0
1
2
3
4
5
6
7
8
<template>
    <router-view />
    <cool />
</template>
 
<script setup lang="ts">
import Cool from '/@/cool/index.vue';
</script>