Add Video Submit card

This commit is contained in:
Sam Carlton 2020-12-26 18:49:55 -06:00
parent 6e8e39c95c
commit 1cddb1fe31
3 changed files with 86 additions and 4 deletions

View file

@ -122,7 +122,8 @@ export default {
return {
app,
allVideos: relatedVideos
allVideos: relatedVideos,
submitVideoCard
}
},
data: function () {
@ -184,13 +185,14 @@ export default {
this.performanceVideos.push(video)
})
// Append submit card to end
this.benchmarkVideos.push(this.submitVideoCard)
// console.log('Added performance videos')
// console.log('benchmarkVideos.length', this.benchmarkVideos.length)
// console.log('performanceVideos.length', this.performanceVideos.length)
// console.log('moreVideos.length', this.moreVideos.length)
},
mounted () {
window.onhashchange = this.loadVideoFromHash