dockge/frontend/src/layouts/EmptyLayout.vue

9 lines
83 B
Vue
Raw Normal View History

2023-11-11 14:18:37 +00:00
<template>
<router-view />
</template>
<script>
export default {};
</script>