add song request from web

This commit is contained in:
2023-11-20 14:18:43 +08:00
parent 6b087030f5
commit 7dcbc87436
9 changed files with 232 additions and 49 deletions

View File

@@ -219,7 +219,9 @@ onMounted(async () => {
</NLayout>
</NLayout>
<NModal v-model:show="registerAndLoginModalVisiable" style="width: 500px; max-width: 90vw">
<RegisterAndLogin />
<div>
<RegisterAndLogin />
</div>
</NModal>
</template>