1
0
mirror of https://github.com/ZeroCatDev/Classworks.git synced 2026-02-04 16:03:10 +00:00
Classworks/src/layouts/default.vue
copilot-swe-agent[bot] 7bbae7fd73 Revert unrelated linting changes, keep only HitokotoCard modifications
Co-authored-by: Sunwuyuan <88357633+Sunwuyuan@users.noreply.github.com>
2025-12-24 12:33:02 +00:00

12 lines
121 B
Vue

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