itsfrank / vue-typescript

Typescript decorators to make vue feel more typescripty
MIT License
358 stars 25 forks source link

Function prop default values not handled properly #6

Closed itsfrank closed 7 years ago

itsfrank commented 7 years ago

If a default value is given to a function prop, it will not be removed from the methods object, so the prop given will be ignored.

itsfrank commented 7 years ago

Fixed in https://github.com/itsFrank/vue-typescript/commit/1390fa7bf8a4c7fd68a0bff2351b09fbcea0bc46