Vue 允许为v-on 在监听键盘事件时添加按键修饰符: <!-- 只有在`key` 是`Enter` 时调用`vm.submit()` --> <input v-on:keyup.enter="submit"> 复制 ...
確定! 回上一頁