2023-12-27 14:40:22 +08:00
|
|
|
/* eslint-disable */
|
|
|
|
|
// @ts-nocheck
|
|
|
|
|
// Generated by unplugin-vue-components
|
|
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
|
export {}
|
|
|
|
|
|
2024-09-04 15:20:43 +08:00
|
|
|
/* prettier-ignore */
|
2023-12-27 14:40:22 +08:00
|
|
|
declare module 'vue' {
|
|
|
|
|
export interface GlobalComponents {
|
|
|
|
|
MPop: typeof import('./src/components/common/MPop.vue')['default']
|
|
|
|
|
MusicList: typeof import('./src/components/MusicList.vue')['default']
|
2024-11-23 22:42:23 +08:00
|
|
|
MvPlayer: typeof import('./src/components/MvPlayer.vue')['default']
|
2023-12-27 14:40:22 +08:00
|
|
|
NAvatar: typeof import('naive-ui')['NAvatar']
|
|
|
|
|
NButton: typeof import('naive-ui')['NButton']
|
|
|
|
|
NConfigProvider: typeof import('naive-ui')['NConfigProvider']
|
|
|
|
|
NDialogProvider: typeof import('naive-ui')['NDialogProvider']
|
|
|
|
|
NDrawer: typeof import('naive-ui')['NDrawer']
|
|
|
|
|
NDropdown: typeof import('naive-ui')['NDropdown']
|
|
|
|
|
NEllipsis: typeof import('naive-ui')['NEllipsis']
|
|
|
|
|
NImage: typeof import('naive-ui')['NImage']
|
|
|
|
|
NInput: typeof import('naive-ui')['NInput']
|
|
|
|
|
NLayout: typeof import('naive-ui')['NLayout']
|
|
|
|
|
NMessageProvider: typeof import('naive-ui')['NMessageProvider']
|
|
|
|
|
NPopover: typeof import('naive-ui')['NPopover']
|
|
|
|
|
NScrollbar: typeof import('naive-ui')['NScrollbar']
|
|
|
|
|
NSlider: typeof import('naive-ui')['NSlider']
|
2024-11-23 22:42:23 +08:00
|
|
|
NSpin: typeof import('naive-ui')['NSpin']
|
2024-01-04 09:39:37 +08:00
|
|
|
NSwitch: typeof import('naive-ui')['NSwitch']
|
2023-12-27 14:40:22 +08:00
|
|
|
NTooltip: typeof import('naive-ui')['NTooltip']
|
2024-09-12 16:44:42 +08:00
|
|
|
NVirtualList: typeof import('naive-ui')['NVirtualList']
|
2023-12-27 14:40:22 +08:00
|
|
|
PlayBottom: typeof import('./src/components/common/PlayBottom.vue')['default']
|
2023-12-27 23:25:26 +08:00
|
|
|
PlayListsItem: typeof import('./src/components/common/PlayListsItem.vue')['default']
|
2023-12-27 14:40:22 +08:00
|
|
|
PlaylistType: typeof import('./src/components/PlaylistType.vue')['default']
|
2024-05-22 19:20:57 +08:00
|
|
|
PlayVideo: typeof import('./src/components/common/PlayVideo.vue')['default']
|
2023-12-27 14:40:22 +08:00
|
|
|
RecommendAlbum: typeof import('./src/components/RecommendAlbum.vue')['default']
|
|
|
|
|
RecommendSinger: typeof import('./src/components/RecommendSinger.vue')['default']
|
|
|
|
|
RecommendSonglist: typeof import('./src/components/RecommendSonglist.vue')['default']
|
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
2023-12-27 23:25:26 +08:00
|
|
|
SearchItem: typeof import('./src/components/common/SearchItem.vue')['default']
|
2023-12-27 14:40:22 +08:00
|
|
|
SongItem: typeof import('./src/components/common/SongItem.vue')['default']
|
|
|
|
|
}
|
|
|
|
|
}
|