13 lines
356 B
Plaintext
13 lines
356 B
Plaintext
{/* ------------------------------------------- HTML ------------------------------------------- */}
|
|
|
|
<maso-target>
|
|
<slot />
|
|
</maso-target>
|
|
|
|
{/* ------------------------------------------- JS --------------------------------------------- */}
|
|
|
|
<script>
|
|
import { customElement } from "src/utils/customElements";
|
|
customElement("maso-target");
|
|
</script>
|