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
Remember my post from yesterday (#2736)? Turns out, if you add something like { except: keyof TModel } the whole thing explodes and the attributes are no longer computed (so no, generic props are still not working lol).
I tested the newest Vue release (3.3.0-beta.2). Of course it broke my whole app, but I was wondering if we could get the types from 3.3.0-beta.2 and use them in our current projects. I know it sounds simple, but maybe you have some insights.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Remember my post from yesterday (#2736)? Turns out, if you add something like
{ except: keyof TModel }
the whole thing explodes and the attributes are no longer computed (so no, generic props are still not working lol).I tested the newest Vue release (3.3.0-beta.2). Of course it broke my whole app, but I was wondering if we could get the types from 3.3.0-beta.2 and use them in our current projects. I know it sounds simple, but maybe you have some insights.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions