mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Popup: prepare for the upcoming change of Vue 2.2.0 (#3067)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user