Skip to content

Commit 43aff7f

Browse files
committed
fix: vue remove uneeded refresh
1 parent f657afa commit 43aff7f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vue/component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export default {
3636
handler(newVal, oldVal) {
3737
if (!(oldVal instanceof Observable)) {
3838
this.$refs.listView.setAttribute('items', newVal);
39-
this.refresh();
4039
}
4140
},
4241
deep: true,

0 commit comments

Comments
 (0)