[api] support processDefineProps
to process runtime props
#566
Labels
enhancement
New feature or request
Clear and concise description of the problem
It's a todo in the
api/src/vue/analyze.ts
to support runtime props.Suggested solution
handleObjectPropsDefinition
andhandleReferencePropsDefinition
in theapi/src/vue/props.ts
.handleRuntimePropsDefinition
.Alternative
No response
Additional context
I'd like to do this.
But I'm not sure about the type definitions of the methods and their return.
Should they be like
TSProps
?Validations
The text was updated successfully, but these errors were encountered: