Popper: set base zIndex to 2000 (#664)

pull/671/head
杨奕 2016-10-26 21:48:21 +08:00 committed by FuryBean
parent 3e78d88fbb
commit 6923722217
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import PopperJS from './popper';
import { PopupManager } from 'vue-popup';
PopupManager.zIndex = 2000;
/**
* @param {HTMLElement} [reference=$refs.reference] - The reference element used to position the popper.