diff --git a/src/utils/popup/index.js b/src/utils/popup/index.js index dbecb8104..a71da8164 100644 --- a/src/utils/popup/index.js +++ b/src/utils/popup/index.js @@ -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);