Added <mediaitem-scroller-horizontal>
This commit is contained in:
parent
43ceddc2fc
commit
dcba969c67
3 changed files with 27 additions and 3 deletions
|
@ -4,6 +4,12 @@ Vue.component('sidebar-library-item', {
|
|||
methods: {}
|
||||
});
|
||||
|
||||
Vue.component('mediaitem-scroller-horizontal', {
|
||||
template: '#mediaitem-scroller-horizontal',
|
||||
props: ['items'],
|
||||
methods: {}
|
||||
});
|
||||
|
||||
Vue.component('mediaitem-square', {
|
||||
template: '#mediaitem-square',
|
||||
props: ['item'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue