Jul 24, 2017 · 1 min read
What frustrates me about this library and its examples is the needless subclassing.
In general, you shouldn’t need to extend a Vue component to use it. Rather, if something like line-chart doesn’t do what I need it to, I should extend it, but otherwise, it should be used completely inline.
In other words, composition over inheritance.