Closes #96. Related to #87.
AeAddress has written in a wrong way, all component text have the same size, so it is not necessary to define font size explicitly on sub-nodes, it is enough to set font size only for the root node. In this case, the font size will be inherited by child nodes, and it will be possible to adjust it from parent component even with scoped attribute.
It was necessary to update vue-styleguidist package for writing examples as vue templates.
Closes #96. Related to #87. AeAddress has written in a wrong way, all component text have the same size, so it is not necessary to define font size explicitly on sub-nodes, it is enough to set font size only for the root node. In this case, the font size will be inherited by child nodes, and it will be possible to adjust it from parent component even with
scoped
attribute. It was necessary to updatevue-styleguidist
package for writing examples as vue templates.