moto/web/src/layouts/default/Viewer.vue

6 lines
117 B
Vue

<template>
<RouterView></RouterView>
</template>
<script setup>
import { RouterView } from 'vue-router'
</script>