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
Hello,
I have a base component A(no template , only ts) , with @setup for inject my composable .
I have another component B extends my base component A (with template), the @ Setup not working.
If i move @ Setup in my my component B , it's works.