We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tag={null}
Hi, thanks for great tutorial.
But is not clear, how to let consumer define tag.
I don't know how to use customElements.define('my-counter', Counter); All my attempts end up with the resulting code without a component...
customElements.define('my-counter', Counter);
The text was updated successfully, but these errors were encountered:
flakolefluk
No branches or pull requests
Hi, thanks for great tutorial.
But is not clear, how to let consumer define tag.
I don't know how to use
customElements.define('my-counter', Counter);
All my attempts end up with the resulting code without a component...The text was updated successfully, but these errors were encountered: