You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It’s been a while since I used Vue, but from what I remember there were some components that could define only behavior—no markup—which could then be used to wrap other components. For example:
That said: this pattern was important enough for its own book chapter in the above link, as well as in frameworks like Vue. The WebC docs should probably cover this topic, even if just lightly.
Zearin
changed the title
Can WebC be used for behavior-only “wrapper” elements?
Docs: Using WebC for behavior-only (“wrapper”) components
Apr 30, 2023
It’s been a while since I used Vue, but from what I remember there were some components that could define only behavior—no markup—which could then be used to wrap other components. For example:
If this is possible, can you add some docs about it?
The text was updated successfully, but these errors were encountered: