TOPVERSE_Official/layouts/default.vue

9 lines
96 B
Vue
Raw Normal View History

2023-04-27 13:58:47 +08:00
<script setup lang="ts">
</script>
2023-04-23 14:19:03 +08:00
<template>
2023-05-04 00:47:08 +08:00
<Header />
<slot />
<Footer />
2023-04-23 14:19:03 +08:00
</template>