fix: ie9 remove dom error #705
							parent
							
								
									49d60f759c
								
							
						
					
					
						commit
						e9f2858ae0
					
				|  | @ -49,7 +49,11 @@ export default { | |||
|     }); | ||||
|   }, | ||||
|   beforeDestroy() { | ||||
|     this.$el.remove(); | ||||
|     if (this.$el.parentNode) { | ||||
|       this.$el.parentNode.removeChild(this.$el); | ||||
|     } else if (this.$el.remove) { | ||||
|       this.$el.remove(); | ||||
|     } | ||||
|   }, | ||||
|   methods: { | ||||
|     onAlign(popupDomNode, align) { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 tangjinzhou
						tangjinzhou