mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2026-02-04 16:03:10 +00:00
12 lines
121 B
Vue
12 lines
121 B
Vue
<template>
|
|
<v-app>
|
|
<v-main>
|
|
<router-view/>
|
|
</v-main>
|
|
</v-app>
|
|
</template>
|
|
|
|
<script setup>
|
|
//
|
|
</script>
|