More Components
This commit is contained in:
parent
64444b2123
commit
220b7d4498
3 changed files with 190 additions and 18 deletions
|
@ -5,6 +5,20 @@ Vue.component('mediaitem-square', {
|
|||
}
|
||||
});
|
||||
|
||||
Vue.component('mediaitem-hrect', {
|
||||
template: '#mediaitem-hrect',
|
||||
props: ['item'],
|
||||
methods: {
|
||||
}
|
||||
});
|
||||
|
||||
Vue.component('mediaitem-list-item', {
|
||||
template: '#mediaitem-list-item',
|
||||
props: ['item'],
|
||||
methods: {
|
||||
}
|
||||
});
|
||||
|
||||
const app = new Vue({
|
||||
el: "#app",
|
||||
data: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue