mirror of https://github.com/ElemeFE/element
				
				
				
			utils: import popper fail in vue-popper file, fixed #143
							parent
							
								
									6a25760d8c
								
							
						
					
					
						commit
						3758bacbb4
					
				| 
						 | 
				
			
			@ -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