Skip to content
Snippets Groups Projects
App.vue 72 B
Newer Older
<template>
  <router-view />
</template>

<script setup>
  //
</script>