mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add Video Submit card
This commit is contained in:
parent
6e8e39c95c
commit
1cddb1fe31
3 changed files with 86 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue