Logo white

other / mew-iview

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • mew-iview
  • src
  • components
  • modal
  • q.js
  • update Modal for ESC key, and add prop z-index
    707a3d82
    梁灏 authored
    2018-08-29 17:03:45 +0800  
    Browse Code »
q.js 104 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7
let modalIndex = 0;

function modalIncrease() {
    modalIndex++;
}

export {modalIndex, modalIncrease};