FAYO
model
77b0e0f
raw
history blame
172 Bytes
<script setup lang="ts">
import { RouterView } from 'vue-router'
</script>
<template>
<div>
<router-view />
</div>
</template>
<style lang="scss" scoped></style>