Skip to content

Instantly share code, notes, and snippets.

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