parent
0f73053fc7
commit
477d184fc5
1 changed files with 4 additions and 2 deletions
|
|
@ -54,5 +54,7 @@ const className = Astro.props.class
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
customElements.define('widget-layout', WidgetLayout);
|
if (!customElements.get("widget-layout")) {
|
||||||
</script>
|
customElements.define("widget-layout", WidgetLayout);
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue