QingWei-Li/vue-trend

Setting height, triggers console error. Expected Number, got String

macbruker opened this issue · 1 comments

Setting height="42" triggers JS-error in Console. Is the height value treated as a number or a string?

[Vue warn]: Invalid prop: type check failed for prop "height". Expected Number, got String.

:height="42"