HerringtonDarkholme / av-ts

A modern, type-safe, idiomatic Vue binding library
MIT License
216 stars 11 forks source link

Upgrade or relax Vue dependency #50

Closed kristianmandrup closed 7 years ago

kristianmandrup commented 7 years ago

Looks like some nice additions: https://github.com/Evertt/av-ts :)

HerringtonDarkholme commented 7 years ago

No, currently Vue 2.2 adds new incompatible features for av-ts. If you want to use Vue2.1 please use older version.

kristianmandrup commented 7 years ago

Oh? Like which features? Didn't see any mention of this in Readme. So is your version Vue 2.2 compatible but not the Evertt fork? Is it on the Roadmap to make it 2.2 compatible in the near future? Please add note to Readme to make this clear. Thanks :)

HerringtonDarkholme commented 7 years ago

It is an internal feature. Vue has moved computed properties to prototype so it is not compatible.