mirror of https://github.com/ElemeFE/element
Merge pull request #144 from QingWei-Li/fix/vue-popper-path
utils: import popper fail in vue-popper file, fixed #143pull/147/head
commit
c3a127d6ad
|
@ -7,6 +7,7 @@
|
|||
- 修复 Table 头部不同步的问题
|
||||
- 修复 Menu 组件 default-active 绑定动态值无法更新的问题
|
||||
- 新增特性 Menu 组件中若选中子菜单项现在会自动展开所有父级菜单
|
||||
- 修复 vue-popper 引入 popper 路径错误
|
||||
|
||||
#### 非兼容性更新
|
||||
- Menu 组件的 `unique-opend` 属性修正为 `unique-opened`
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue