Is there a way to have the element name in a variable? #16
Unanswered
artfulrobot
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I think svelte / vue does that at compile time? I haven't tried this yet, but maybe you can get somewhere with
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, Svelte has
svelte:element
and vue has an equivalent (been a while, can't recall what it's called).e.g.
Beta Was this translation helpful? Give feedback.
All reactions