8 lines
78 B
Vue
8 lines
78 B
Vue
<template>
|
|
<router-view />
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
|
|
</script>
|