lijunke
deploy: clean start with hf metadata
18081cf
raw
history blame contribute delete
174 Bytes
<template>
<RouterView />
<Toast />
</template>
<script setup lang="ts">
import { RouterView } from 'vue-router'
import Toast from '@/components/ui/Toast.vue'
</script>