wangzhibo
7 天以前 652993fc47ebecebfb0c3f42686a6d7f2615a1c5
1
2
3
4
5
6
7
8
<template>
    <router-view />
    <cool />
</template>
 
<script setup lang="ts">
import Cool from '/@/cool/index.vue';
</script>