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