Commit 34ea7d7b authored by YikaJ's avatar YikaJ

fix autocomplete lose vnode.context.popperElm

parent d8fc4fca
...@@ -71,6 +71,9 @@ ...@@ -71,6 +71,9 @@
highlightedIndex: -1 highlightedIndex: -1
}; };
}, },
mounted() {
this.$parent.popperElm = this.popperElm = this.$el;
},
methods: { methods: {
handleChange(value) { handleChange(value) {
this.$emit('input', 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