This commit is contained in:
2023-11-15 22:10:45 +08:00
parent f21420de13
commit 2d9325821f
2 changed files with 5 additions and 10 deletions

View File

@@ -19,10 +19,10 @@ const props = defineProps<{
const activeSongs = ref<SongRequestInfo[]>([])
function onGetDanmaku(danmaku: DanmakuInfo) {
console.log(danmaku)
}
function onGetSC(danmaku: SCInfo) {
console.log(danmaku)
}
onMounted(() => {
@@ -39,12 +39,8 @@ onUnmounted(() => {
开发中...
<NTabs animated>
<NTabPane name="list" tab="列表">
<NList>
</NList>
</NTabPane>
<NTabPane name="history" tab="历史">
<NList> </NList>
</NTabPane>
<NTabPane name="history" tab="历史"> </NTabPane>
</NTabs>
</template>