This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
web
/
wanda-bm-guide
Suivre
17
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
297d3c331c
Branches
Tags
aly_dev
develop
develop-cd
develop-cd-fjw
develop-cd-xxd
develop-new
develop-test
develop-yx
master
smswb_dev
wanda
wanda_dev
2020.08.11
v1.1
wanda-bm-guide
/
src
/
components
/
Select
/
directive
/
dispatchZindex.js
dispatchZindex.js
99 B
Historique
Raw
1
2
3
4
5
6
7
8
let zIndex = 1000;
function zIndexIncrease() {
zIndex++;
}
export {zIndex, zIndexIncrease};