ff-admin/src/views/RouterView.vue

8 lines
117 B
Vue
Raw Normal View History

2024-08-23 12:42:32 +00:00
<template>
<RouterView />
</template>
<script setup lang="ts">
import { RouterView } from "vue-router";
</script>