|
|
|
@ -27,9 +27,7 @@
|
|
|
|
|
|
|
|
|
|
class Extended extends MyCustomElement {}
|
|
|
|
|
|
|
|
|
|
if(!window.customElements.get('my-custom-inheritance-element')) {
|
|
|
|
|
window.customElements.define('my-custom-inheritance-element', Extended);
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<my-custom-inheritance-element camelCase={{ text: 'World' }} text="!" />
|
|
|
|
|