mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2026-01-28 01:08:13 +00:00
9 lines
124 B
Vue
9 lines
124 B
Vue
<template>
|
|
<router-view />
|
|
<cool />
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import Cool from '/@/cool/index.vue';
|
|
</script>
|