forked from platypush/platypush
[YouTube UI] Propagate view
event from Subscriptions
component.
This commit is contained in:
parent
478e4afb0d
commit
2df88c1911
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
||||||
@download-audio="$emit('download-audio', $event)"
|
@download-audio="$emit('download-audio', $event)"
|
||||||
@play="$emit('play', $event)"
|
@play="$emit('play', $event)"
|
||||||
@play-with-opts="$emit('play-with-opts', $event)"
|
@play-with-opts="$emit('play-with-opts', $event)"
|
||||||
|
@view="$emit('view', $event)"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -48,6 +49,7 @@ export default {
|
||||||
'play',
|
'play',
|
||||||
'play-with-opts',
|
'play-with-opts',
|
||||||
'select',
|
'select',
|
||||||
|
'view',
|
||||||
],
|
],
|
||||||
|
|
||||||
components: {
|
components: {
|
||||||
|
|
Loading…
Reference in a new issue