[YouTube UI] Propagate view event from Subscriptions component.

This commit is contained in:
Fabio Manganiello 2024-11-09 23:18:06 +01:00
parent 478e4afb0d
commit 2df88c1911
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -28,6 +28,7 @@
@download-audio="$emit('download-audio', $event)"
@play="$emit('play', $event)"
@play-with-opts="$emit('play-with-opts', $event)"
@view="$emit('view', $event)"
/>
</div>
</div>
@ -48,6 +49,7 @@ export default {
'play',
'play-with-opts',
'select',
'view',
],
components: {