Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit 7804dff

Browse files
committed
feat(list): Use MutationObserver for reactive slot updates (#92)
1 parent e287102 commit 7804dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/list/ListItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ export default {
6565
childList: true,
6666
subtree: true
6767
})
68-
if (this.interactive) { this.mdcRipple = MDCRipple.attachTo(this.$el) }
6968
69+
if (this.interactive) { this.mdcRipple = MDCRipple.attachTo(this.$el) }
7070
},
7171
beforeDestroy () {
7272
this.slotOberserver.disconnect()

0 commit comments

Comments
 (0)