UNPKG

wot-design

Version:

Mobile UI components built on vue.js

13 lines (12 loc) 238 B
"use strict"; exports.__esModule = true; exports.context = void 0; var context = { zIndex: 2000, lockCount: 0, stack: [], getTop: function getTop() { return this.stack[this.stack.length - 1]; } }; exports.context = context;