Skip to content

Commit bbbe64f

Browse files
committed
Update: set root for dynamic modal
1 parent 761e754 commit bbbe64f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Plugin.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ const Plugin = {
1717
mounted() {
1818
if (this.$root === this) {
1919
if (!plugin.context.root) {
20-
plugin.setDynamicModalContainer(this)
20+
plugin.context.root = this;
21+
// plugin.setDynamicModalContainer(this)
2122
}
2223
}
2324
}

0 commit comments

Comments
 (0)