Skip to content

Commit

Permalink
utils: import popper fail in vue-popper file, fixed #143
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Sep 24, 2016
1 parent 6a25760 commit 3758bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,7 @@
- 修复 Table 头部不同步的问题
- 修复 Menu 组件 default-active 绑定动态值无法更新的问题
- 新增特性 Menu 组件中若选中子菜单项现在会自动展开所有父级菜单
- 修复 vue-popper 引入 popper 路径错误

#### 非兼容性更新
- Menu 组件的 `unique-opend` 属性修正为 `unique-opened`
Expand Down
2 changes: 1 addition & 1 deletion src/utils/vue-popper.js
@@ -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.
Expand Down

0 comments on commit 3758bac

Please sign in to comment.