mirror of
https://github.com/halo-dev/halo.git
synced 2025-12-20 16:44:38 +08:00
8 lines
117 B
Vue
8 lines
117 B
Vue
<template>
|
|
<RouterView />
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import { RouterView } from "vue-router";
|
|
</script>
|