Skip to content

Commit 16643bf

Browse files
Layout watch should not be deep
1 parent 8a2b9ea commit 16643bf

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/components/Plotly.vue

+2-5
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,8 @@ export default {
4747
},
4848
deep: true
4949
},
50-
layout: {
51-
handler() {
52-
this.schedule({ relayout: true });
53-
},
54-
deep: true
50+
layout() {
51+
this.schedule({ relayout: true });
5552
}
5653
},
5754
beforeDestroy() {

0 commit comments

Comments
 (0)