Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有将箭头键(右、左)绑定到 buefy 分页元素的内置方法?还是我需要使用 vanillaJS 键盘事件?
Vue 定义键修饰符
<button v-on:keyup.left="goPrevious" /> <button v-on:keyup.right="goNext" />