Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proxy VueComponent methods on CustomElement #122

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

wiffbi
Copy link

@wiffbi wiffbi commented May 31, 2022

This adds a JavaScript-API similar to what HTMLMediaElements like offer – such as you can call play(), seek(10), and other methods directly on the HTMLElement – by proxying the Vue2-component’s methods onto the CustomElement.

This closes #73

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add proxy methods
1 participant