mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Merge pull request #100 from DaxChen/master
[Fix] add attributes:true to MutationObserver
This commit is contained in:
40
dist/index.js
vendored
40
dist/index.js
vendored
File diff suppressed because one or more lines are too long
40
dist/ssr.index.js
vendored
40
dist/ssr.index.js
vendored
File diff suppressed because one or more lines are too long
@@ -586,6 +586,7 @@
|
||||
if (this.mutationObserver) {
|
||||
this.mutationObserver.observe(this.$refs.modal, {
|
||||
childList: true,
|
||||
attributes: true,
|
||||
subtree: true
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user