upgrade vue and assets
This commit is contained in:
23
assets/src/components/index.js
Normal file
23
assets/src/components/index.js
Normal file
@ -0,0 +1,23 @@
|
||||
import AAutocomplete from './AAutocomplete.vue'
|
||||
import AEpisode from './AEpisode.vue'
|
||||
import AList from './AList.vue'
|
||||
import APage from './APage.vue'
|
||||
import APlayer from './APlayer.vue'
|
||||
import APlaylist from './APlaylist.vue'
|
||||
import AProgress from './AProgress.vue'
|
||||
import ASoundItem from './ASoundItem.vue'
|
||||
import AStatistics from './AStatistics.vue'
|
||||
import AStreamer from './AStreamer.vue'
|
||||
|
||||
/**
|
||||
* Core components
|
||||
*/
|
||||
export default {
|
||||
AAutocomplete, AEpisode, AList, APage, APlayer, APlaylist,
|
||||
AProgress, ASoundItem,
|
||||
}
|
||||
|
||||
export const admin = {
|
||||
AStatistics, AStreamer,
|
||||
}
|
||||
|
Reference in New Issue
Block a user