mini-rbac/frontend/src/App.vue

13 lines
133 B
Vue
Raw Normal View History

2022-09-11 10:34:18 +00:00
<script setup>
import { RouterView } from 'vue-router'
</script>
<template>
<RouterView />
</template>
<style scoped>
</style>