Skip to content

Instantly share code, notes, and snippets.

@jsdecena
Last active August 31, 2019 03:52
Show Gist options
  • Select an option

  • Save jsdecena/f8e2f6cb74004c3bc85b4905d8f7fd6d to your computer and use it in GitHub Desktop.

Select an option

Save jsdecena/f8e2f6cb74004c3bc85b4905d8f7fd6d to your computer and use it in GitHub Desktop.
Method block
methods: {
open (link) {
this.$electron.shell.openExternal(link)
},
getPosts () {
const posts = JSON.parse(localStorage.getItem('posts'))
this.posts = posts
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment