AI.Demo/src/MainLayout.vue

8 lines
106 B
Vue

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