mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-05 23:19:37 +00:00
12 lines
170 B
Vue
12 lines
170 B
Vue
<template>
|
||
<div>
|
||
<h1>面板</h1>
|
||
<p>欢迎来到面板页面!</p>
|
||
</div>
|
||
</template>
|
||
|
||
<script>
|
||
export default {
|
||
name: 'Dashboard'
|
||
};
|
||
</script> |