-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Labels
Description
Vue.js version
2.1.0
Reproduction Link
Steps to reproduce
Call any method inside of data()
function
What is Expected?
Method should be called (just like in 1.x)
What is actually happening?
Uncaught TypeError: %method% is not a function
is thrown
We are migrating from vue 1.0.28 to 2.x and seems that data()
behaviour changed but there's no info in migration guide, vue-migration-helper also says nothing about this. Is this a bug or possibility of calling methods inside data()
was removed?
chuanxd, OEvgeny, evaldobratti, piotrkulpinski, justinfriebel and 6 more