Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
id: `video-${new Date().getTime()}`
|
id: `video-${Math.ceil(Math.random() * 10000)}`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -31,7 +31,6 @@
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
immediate: true,
|
|
||||||
deep: true
|
deep: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user