utils: import popper fail in vue-popper file, fixed #143

This commit is contained in:
qingwei.li
2016-09-24 16:05:20 +08:00
parent 6a25760d8c
commit 3758bacbb4
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
import PopperJS from 'main/utils/popper';
import PopperJS from './popper';
/**
* @param {HTMLElement} [reference=$refs.reference] - The reference element used to position the popper.