9 lines
124 B
Vue
Raw Normal View History

2026-05-20 21:39:12 +08:00
<template>
<router-view />
<cool />
</template>
<script setup lang="ts">
import Cool from '/@/cool/index.vue';
</script>