mirror of https://github.com/ElemeFE/element
Merge pull request #440 from YikaJ/master
fix autocomplete lose vnode.context.popperElmpull/442/head
commit
a759aaf500
|
@ -71,6 +71,9 @@
|
|||
highlightedIndex: -1
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
this.$parent.popperElm = this.popperElm = this.$el;
|
||||
},
|
||||
methods: {
|
||||
handleChange(value) {
|
||||
this.$emit('input', value);
|
||||
|
|
Loading…
Reference in New Issue