Commit a759aaf5 authored by baiyaaaaa's avatar baiyaaaaa Committed by GitHub

Merge pull request #440 from YikaJ/master

fix autocomplete lose vnode.context.popperElm
parents d8fc4fca 34ea7d7b
......@@ -71,6 +71,9 @@
highlightedIndex: -1
};
},
mounted() {
this.$parent.popperElm = this.popperElm = this.$el;
},
methods: {
handleChange(value) {
this.$emit('input', value);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment