This commit is contained in:
2023-06-06 09:10:10 +08:00
parent 024e81cb17
commit 4b456d2ec4
2 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
import { SongsInfo } from '@/api/api-models'
import { DataTableColumns, NAvatar, NButton, NDataTable, NInput, NList, NListItem, NSpace } from 'naive-ui'
import { DataTableColumns, NAvatar, NButton, NCollapseTransition, NDataTable, NInput, NList, NListItem, NSpace } from 'naive-ui'
import { onMounted, h, ref } from 'vue'
import APlayer from 'vue3-aplayer'
@@ -26,9 +26,7 @@ const createColumns = (): DataTableColumns<SongsInfo> => [
render(data) {
return h(NAvatar, {
src: data.cover,
imgProps: {
}
imgProps: {},
})
},
},