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
For now, there isn't any possibility to write <script setup> SFC without template. I have to write old syntax setup function with return () => null;
I'm using renderless components for modifying behavior of components, which contains first ones as slots.
What does the proposed API look like?
I think, nothing should be changed. If there is no <template> section, compiler infer () => null as render function.