mdofi page vidéo
This commit is contained in:
parent
b574621caf
commit
5baad06dc8
|
|
@ -1,4 +1,5 @@
|
||||||
<p></p>
|
<p></p>
|
||||||
<video width="320" height="240" controls>
|
<video width="320" height="240" controls>
|
||||||
<source src="{{asset()!.items[3].href}}" type="video/mp4">
|
<source src="{{asset()!.items[3].href}}" type="video/mp4">
|
||||||
|
Your browser does not support the video tag.
|
||||||
</video>
|
</video>
|
||||||
|
|
@ -22,10 +22,14 @@ export class Video {
|
||||||
next: (data)=>{
|
next: (data)=>{
|
||||||
this.asset.set(data.collection);
|
this.asset.set(data.collection);
|
||||||
console.log(this.asset());
|
console.log(this.asset());
|
||||||
|
|
||||||
},
|
},
|
||||||
error: error =>{
|
error: error =>{
|
||||||
console.log(error);
|
console.log(error);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue