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
@sxzz Do you know how this would be accomplished using .ts?
export default defineComponent({
name: 'MyComponent',
props: {
// are there vue native types that can be imported here to support discriminated unions and intersections?
},
setup() {
return () => (
// ...
)
}
})
IAmSSH
pushed a commit
to IAmSSH/core
that referenced
this issue
May 14, 2023
What problem does this feature solve?
It would be very useful to explain component properties the following manner.
What does the proposed API look like?
This issue is related to #4294, but the use case is different.
Here is an article that goes into more information on this approach.
The text was updated successfully, but these errors were encountered: