Skip to content

Commit 59ceac3

Browse files
committed
fixed link to debounce filter
1 parent 5edf60a commit 59ceac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guide/forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,4 +328,4 @@ new Vue({
328328
</script>
329329
{% endraw %}
330330

331-
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).
331+
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 commit comments

Comments
 (0)