bugfix for prev commit

This commit is contained in:
Nikita Krupin 2022-06-01 15:05:19 -04:00
parent 12bad17877
commit 080f085c52
2 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,10 @@ export default {
type: Number,
required: true,
},
controls: {
type: Boolean,
required: true,
},
},
data: () => ({
buffered: 0,

View File

@ -40,6 +40,10 @@ export default {
type: Boolean,
required: true,
},
controls: {
type: Boolean,
required: true,
},
},
data: () => ({
blocks: [],