Skip to content

Instantly share code, notes, and snippets.

@enkot
Created August 20, 2018 13:49
Show Gist options
  • Save enkot/42478f695e0152fb54406ec4c1025ee1 to your computer and use it in GitHub Desktop.
Save enkot/42478f695e0152fb54406ec4c1025ee1 to your computer and use it in GitHub Desktop.
@Component
export default class App extends Vue {
@Catch
created() {
return api.getData() // throws Error
.then(data => ...)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment