UNPKG
lulouis-vant
Version:
latest (1.5.9)
1.5.9
1.5.8
Lightweight Mobile UI Components built on Vue
github.com/lulouis/vant
lulouis/vant
lulouis-vant
/
es
/
mixins
/
popup
/
context.js
10 lines
(8 loc)
•
130 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
default
{ zIndex:
2000
, stack: [], lockCount:
0
,
get
top
()
{
return
this
.stack[
this
.stack.length -
1
]; } };