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
@raphaelpor Took a stab at this (see #105). The missing part is handling slots and names coming from external modules (e.g., helpers). Not sure if that's feasible or not.
Prerequisites
Describe the Feature Request
Forces the developer to document every
<slot>
in therender()
function.Describe the Use Case
A slot is part of the public API of the component. Just as
Prop()
andEvent()
are enforced, slots are of equal importance.Describe Preferred Solution
No response
Describe Alternatives
No response
Related Code
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: