Skip to content

Commit e93ccc2

Browse files
Removing comments
1 parent 120646d commit e93ccc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Plotly.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ export default {
6868
return acc;
6969
}, {});
7070
return {
71-
responsive: false, // default
72-
...optionsFromAttrs // overrides if specified
71+
responsive: false,
72+
...optionsFromAttrs
7373
};
7474
}
7575
},

0 commit comments

Comments
 (0)