underscore 的debounce

    // `_.debounce` 是一個經過 Lodash 限制操做頻率的函數。
    // 在這個例子中,咱們但願限制訪問 yesno.wtf/api 的頻率
    // AJAX 請求直到用戶輸入完畢纔會發出。想要了解更多關於
    // `_.debounce` 函數 (及其近親 `_.throttle`) 的知識,
    // 請參考:https://lodash.com/docs#debounce

https://cn.vuejs.org/v2/guide/computed.htmlhtml

相關文章
相關標籤/搜索