11 lines
121 B
Vue
11 lines
121 B
Vue
<template>
|
|
<v-main>
|
|
<router-view />
|
|
</v-main>
|
|
<AppFooter />
|
|
</template>
|
|
|
|
<script setup>
|
|
//
|
|
</script>
|