12 lines
124 B
Vue
12 lines
124 B
Vue
|
<template>
|
||
|
<v-main>
|
||
|
<router-view />
|
||
|
</v-main>
|
||
|
|
||
|
<AppFooter />
|
||
|
</template>
|
||
|
|
||
|
<script lang="ts" setup>
|
||
|
//
|
||
|
</script>
|