carousel, display logs

This commit is contained in:
bkfox
2023-11-28 01:04:39 +01:00
parent bc697bd4bd
commit cb5a6a3ee8
18 changed files with 636 additions and 264 deletions

View File

@ -1,4 +1,5 @@
import AAutocomplete from './AAutocomplete.vue'
import ACarousel from './ACarousel.vue'
import ADropdown from "./ADropdown.vue"
import AEpisode from './AEpisode.vue'
import AList from './AList.vue'
@ -15,7 +16,7 @@ import AStreamer from './AStreamer.vue'
* Core components
*/
export const base = {
AAutocomplete, ADropdown, AEpisode, AList, APage, APlayer, APlaylist,
AAutocomplete, ACarousel, ADropdown, AEpisode, AList, APage, APlayer, APlaylist,
AProgress, ASoundItem,
}