UNPKG

drip-ui

Version:

Lightweight Mobile UI Components built on Vue

15 lines (12 loc) 186 B
export default { id: 1, zIndex: 2000, stack: [], lockCount: 0, plusKey(key) { return this[key]++; }, get top() { return this.stack[this.stack.length - 1]; } };