mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-07-14 06:17:31 +08:00
feat: 优化类型处理
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { computed } from 'vue';
|
||||
|
||||
import type { SongResult } from '@/type/music';
|
||||
import type { SongResult } from '@/types/music';
|
||||
|
||||
import CompactSongItem from './songItemCom/CompactSongItem.vue';
|
||||
import ListSongItem from './songItemCom/ListSongItem.vue';
|
||||
|
||||
Reference in New Issue
Block a user