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