<input type="text" v-model="message" placeholder="edit me"> ... 注意 debounce 参数不会延迟input 事件:它延迟“写入”底层数据。因此在使用 debounce 时应当用 vm.
確定! 回上一頁