mirror of https://github.com/halo-dev/halo
8 lines
130 B
Vue
8 lines
130 B
Vue
![]() |
<script lang="ts" setup>
|
||
![]() |
import BaseApp from "@/components/base-app/BaseApp.vue";
|
||
![]() |
</script>
|
||
|
|
||
|
<template>
|
||
![]() |
<BaseApp />
|
||
![]() |
</template>
|