Skip to content

Commit

Permalink
Merge branch '1.0' of github.com:vuejs/vuejs.org into 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Oct 14, 2015
2 parents 0eae8c0 + 1ddb8f0 commit f3f42c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guide/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,4 +328,4 @@ new Vue({
</script>
{% endraw %}

Note that the `debounce` param does not debounce the user's input events: it debounces the "write" operation to the underlying data. Therefore you should use `vm.$watch()` to react to data changes when using `debounce`. For debouncing real DOM events you should use the [debounce filter](/api/filters.html#debounce).
Note that the `debounce` param does not debounce the user's input events: it debounces the "write" operation to the underlying data. Therefore you should use `vm.$watch()` to react to data changes when using `debounce`. For debouncing real DOM events you should use the [debounce filter](/api/#debounce).

0 comments on commit f3f42c9

Please sign in to comment.