mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-07-04 10:29:23 +00:00
14 lines
143 B
Vue
14 lines
143 B
Vue
<template>
|
|
<v-app>
|
|
<v-main>
|
|
<router-view />
|
|
</v-main>
|
|
|
|
<AppFooter />
|
|
</v-app>
|
|
</template>
|
|
|
|
<script setup>
|
|
//
|
|
</script>
|