We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d728f28 commit a7ca820Copy full SHA for a7ca820
src/index.js
@@ -59,8 +59,7 @@ export default function wrap (Vue, Component) {
59
}
60
})
61
62
- // in Chrome, this.childNodes will be empty when connectedCallback
63
- // is fired, so it's necessary to use a mutationObserver
+ // Use MutationObserver to react to slot content change
64
const observer = new MutationObserver(() => {
65
wrapper.slotChildren = Object.freeze(toVNodes(
66
wrapper.$createElement,
0 commit comments