Commit 7b8250b4 authored by Leopoldthecoder's avatar Leopoldthecoder Committed by 杨奕

Select: return when query is null

parent ffe6b893
......@@ -248,6 +248,7 @@
},
query(val) {
if (val === null || val === undefined) return;
this.$nextTick(() => {
if (this.visible) this.broadcast('ElSelectDropdown', 'updatePopper');
});
......
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