diff --git a/components.d.ts b/components.d.ts index 6c86794..83da548 100644 --- a/components.d.ts +++ b/components.d.ts @@ -29,6 +29,7 @@ declare module 'vue' { PlayBottom: typeof import('./src/components/common/PlayBottom.vue')['default'] PlayListsItem: typeof import('./src/components/common/PlayListsItem.vue')['default'] PlaylistType: typeof import('./src/components/PlaylistType.vue')['default'] + PlayVideo: typeof import('./src/components/common/PlayVideo.vue')['default'] RecommendAlbum: typeof import('./src/components/RecommendAlbum.vue')['default'] RecommendSinger: typeof import('./src/components/RecommendSinger.vue')['default'] RecommendSonglist: typeof import('./src/components/RecommendSonglist.vue')['default'] diff --git a/src/components/common/PlayVideo.vue b/src/components/common/PlayVideo.vue new file mode 100644 index 0000000..210195f --- /dev/null +++ b/src/components/common/PlayVideo.vue @@ -0,0 +1,70 @@ + + + + + diff --git a/src/components/common/SearchItem.vue b/src/components/common/SearchItem.vue index 4157abc..c3dcac8 100644 --- a/src/components/common/SearchItem.vue +++ b/src/components/common/SearchItem.vue @@ -1,19 +1,27 @@