platypush/platypush/backend/http/static/js/plugins/media/item.js

12 lines
203 B
JavaScript

Vue.component('media-item', {
template: '#tmpl-media-item',
props: {
bus: { type: Object },
item: {
type: Object,
default: () => {},
}
},
});