mirror of https://github.com/halo-dev/halo
8 lines
117 B
Vue
8 lines
117 B
Vue
![]() |
<template>
|
||
|
<RouterView />
|
||
|
</template>
|
||
|
|
||
|
<script lang="ts" setup>
|
||
|
import { RouterView } from "vue-router";
|
||
|
</script>
|