2024-03-02 20:35:36 +01:00

13 lines
356 B
Plaintext

{/* ------------------------------------------- HTML ------------------------------------------- */}
<maso-target>
<slot />
</maso-target>
{/* ------------------------------------------- JS --------------------------------------------- */}
<script>
import { customElement } from "src/utils/customElements";
customElement("maso-target");
</script>