Carlos Rodrigues
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...
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.
## 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...