Skip to content

Commit aea72d7

Browse files
authored
Merge pull request #157 from sleelily/patch-1
Update computed.md
2 parents 908e692 + 5b713e8 commit aea72d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/computed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ var watchExampleVM = new Vue({
226226
methods: {
227227
  // _.debounce 是一个通过 lodash 限制操作频率的函数。
228228
  // 在这个例子中,我们希望限制访问yesno.wtf/api的频率
229-
  // 一直等待直到用户发出ajax请求之前
229+
  // ajax请求直到用户输入完毕才会发出
230230
  // 学习更多关于 _.debounce function (and its cousin
231231
// _.throttle), 参考: https://lodash.com/docs#debounce
232232
getAnswer: _.debounce(

0 commit comments

Comments
 (0)