methods: {
increment () {
this.count += 1
}
},
Lifecycle Method: () => {
this.increment()
}
Last active
October 30, 2017 15:22
-
-
Save lanbau/b6a17fb14a9c59f434e68fb7dceff127 to your computer and use it in GitHub Desktop.
Vue.js Wrong Lifecycle Structure
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment