Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18959 from ProjektGopher/fix/extractArgTypes
Vue: Fix enum check in extractArgTypes
fca777b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"@values" comment do not work now.
I have the following code:
In this line. When check isEnum, 'values.length' is 3, 'type.name' is 'string', so its should be enum. Obviously, there is a mistake here