Merge pull request #440 from YikaJ/master

fix autocomplete lose vnode.context.popperElm
pull/442/head
baiyaaaaa 2016-10-16 16:54:40 +08:00 committed by GitHub
commit a759aaf500
1 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,9 @@
highlightedIndex: -1
};
},
mounted() {
this.$parent.popperElm = this.popperElm = this.$el;
},
methods: {
handleChange(value) {
this.$emit('input', value);