UNPKG

uikit

Version:

UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.

18 lines (14 loc) 359 B
export default { update: { write() { if (this.stack.length || this.dragging) { return; } const index = this.getValidIndex(this.index); if (!~this.prevIndex || this.index !== index) { this.show(index); } }, events: ['resize'], }, };