NapCatQQ/napcat.webui/src/components/Dashboard.vue
手瓜一十雪 e2910a02c1 feat: 路由
2024-11-15 10:41:55 +08:00

12 lines
170 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<div>
<h1>面板</h1>
<p>欢迎来到面板页面</p>
</div>
</template>
<script>
export default {
name: 'Dashboard'
};
</script>