10 lines
107 B
Vue
10 lines
107 B
Vue
<template>
|
|
<v-main>
|
|
<router-view />
|
|
</v-main>
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
//
|
|
</script>
|