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