Skip to content

Instantly share code, notes, and snippets.

@liujingyu
Created August 26, 2017 02:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liujingyu/96b4623eae571cb7c1ed72c1175c09e9 to your computer and use it in GitHub Desktop.
Save liujingyu/96b4623eae571cb7c1ed72c1175c09e9 to your computer and use it in GitHub Desktop.
data: {
text: '',
inputing: false
},
watch: {
text: _.debounce(function () {
this.inputing = false
}, 1000)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment