神仙都没用 68cd190481 发布 8.0
2025-02-19 11:41:01 +08:00

9 lines
124 B
Vue

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