Merge pull request #144 from QingWei-Li/fix/vue-popper-path

utils: import popper fail in vue-popper file, fixed #143
pull/147/head
baiyaaaaa 2016-09-24 18:11:41 +08:00 committed by GitHub
commit c3a127d6ad
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
- 修复 Table 头部不同步的问题
- 修复 Menu 组件 default-active 绑定动态值无法更新的问题
- 新增特性 Menu 组件中若选中子菜单项现在会自动展开所有父级菜单
- 修复 vue-popper 引入 popper 路径错误
#### 非兼容性更新
- Menu 组件的 `unique-opend` 属性修正为 `unique-opened`

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.