Commit 705325c7 authored by 杨奕's avatar 杨奕 Committed by baiyaaaaa

Popup: prepare for the upcoming change of Vue 2.2.0 (#3067)

parent ae8ab4b5
......@@ -144,7 +144,7 @@ export default {
this.$emit('input', true);
}
const props = merge({}, this, options);
const props = merge({}, this.$props || this, options);
if (this._closeTimer) {
clearTimeout(this._closeTimer);
......
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