halo/ui/console-src/layouts/BlankLayout.vue

8 lines
117 B
Vue

<template>
<RouterView />
</template>
<script lang="ts" setup>
import { RouterView } from "vue-router";
</script>