fix popup manager

This commit is contained in:
cookfront
2017-03-10 17:30:45 +08:00
parent 370a16383a
commit 97a593ff69
2 changed files with 14 additions and 20 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ export default {
beforeMount() {
this._popupId = 'popup-' + popupContext.idSeed++;
PopupManager.register(this._popupId, this);
PopupManager.register(this._popupId, this, popupContext);
},
data() {