File size: 172 Bytes
77b0e0f
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
<script setup lang="ts">
import { RouterView } from 'vue-router'
</script>

<template>
  <div>
    <router-view />
  </div>
</template>

<style lang="scss" scoped></style>