1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2025-07-04 10:29:23 +00:00
Classworks/src/layouts/default.vue
2024-11-17 17:04:36 +08:00

14 lines
143 B
Vue

<template>
<v-app>
<v-main>
<router-view />
</v-main>
<AppFooter />
</v-app>
</template>
<script setup>
//
</script>