Browse Source

Fix broken link in the web-components.md file (#3761)

main
Gabriel Henrique Kuhn 4 years ago
committed by GitHub
parent
commit
1a4e21a5b7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/docs/web-components.md

2
content/docs/web-components.md

@ -59,4 +59,4 @@ customElements.define('x-search', XSearch);
>Note:
>
>This code **will not** work if you transform classes with Babel. See [this issue](https://github.com/w3c/webcomponents/issues/587) for the discussion.
>Include the [custom-elements-es5-adapter](https://github.com/webcomponents/polyfills/tree/main/packages/webcomponentsjs#custom-elements-es5-adapterjs) before you load your web components to fix this issue.
>Include the [custom-elements-es5-adapter](https://github.com/webcomponents/polyfills/tree/master/packages/webcomponentsjs#custom-elements-es5-adapterjs) before you load your web components to fix this issue.

Loading…
Cancel
Save