7 lines
82 B
Vue
7 lines
82 B
Vue
<template>
|
|
<router-view></router-view>
|
|
</template>
|
|
|
|
<script setup>
|
|
//
|
|
</script> |