Carlos Rodrigues

Results 33 issues of Carlos Rodrigues

closes #5159 decided to type the readonly Ref as: ```ts Omit & { readonly value: T } // instead of ComputedRef ``` Because `ComputedRef` contains the `symbol` for Computed, if...

scope: types
:cake: p2-nice-to-have

Adding the new recommended `@vue:*` hooks to the type. Internally the vnode hooks are still heavily used, so I'm not too sure about how to handle those.

scope: types
version: minor

## Summary Allow for tools to enforce strict children type for Slots, by allowing to describe what type of children can be used in the slot. ## Links - [Full...