vuejs / vue-async-data

Async data loading plugin
MIT License
416 stars 38 forks source link

Fails with Vue.js v1.0.0-alpha.1 : "this._defineMeta is not a function" #2

Closed iJackUA closed 9 years ago

iJackUA commented 9 years ago

Uncaught TypeError: this._defineMeta is not a function

It looks like because of deprecation of this._defineMeta in favor of _.defineReactive but I could not find where defineReactive is exposed to use it in mixin

iJackUA commented 9 years ago

8 minutes to fix... are you a Human ?! :) thanks!