Quantcast
Channel: Active questions tagged svelte - Stack Overflow
Viewing all articles
Browse latest Browse all 1816

Svelte Custom element API

$
0
0

I have doubts about how to create a Custom element API. I have followed the documentation, but I get the following warning:

The 'tag' option is used when generating a custom element. Did youforget the 'customElement: true' compile option? (Link.svelte: 1:16)

REPL

I have marked customElement: true in compiler options.

I'm lost, can anyone help me?


Viewing all articles
Browse latest Browse all 1816

Trending Articles