mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-26 13:13:03 +00:00
bugfix for prev commit
This commit is contained in:
parent
12bad17877
commit
080f085c52
2 changed files with 8 additions and 0 deletions
|
@ -30,6 +30,10 @@ export default {
|
|||
type: Number,
|
||||
required: true,
|
||||
},
|
||||
controls: {
|
||||
type: Boolean,
|
||||
required: true,
|
||||
},
|
||||
},
|
||||
data: () => ({
|
||||
buffered: 0,
|
||||
|
|
|
@ -40,6 +40,10 @@ export default {
|
|||
type: Boolean,
|
||||
required: true,
|
||||
},
|
||||
controls: {
|
||||
type: Boolean,
|
||||
required: true,
|
||||
},
|
||||
},
|
||||
data: () => ({
|
||||
blocks: [],
|
||||
|
|
Loading…
Reference in a new issue