Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created February 2, 2018 19:19
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save matthieu-D/e7d3405be5c07b286fe1e959a61eaabb to your computer and use it in GitHub Desktop.
.
.
.
export default class ChildNode extends Vue {
changeName ({ target: { value } }): void {
this.$emit('nameChanged', value);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment