10 lines
139 B
Vue
10 lines
139 B
Vue
|
|
<template>
|
||
|
|
<div>
|
||
|
|
<router-view></router-view>
|
||
|
|
</div>
|
||
|
|
</template>
|
||
|
|
|
||
|
|
<script setup lang="ts"></script>
|
||
|
|
|
||
|
|
<style scoped></style>
|