I removed the default style because it's unnecessary and applying a default style to a purely functional component makes the component less portable. It's better to add styles from a higher level (e.g. from other pages or components you use <vue-moments-ago> in). That makes it also easier to maintain.
I removed the default style because it's unnecessary and applying a default style to a purely functional component makes the component less portable. It's better to add styles from a higher level (e.g. from other pages or components you use
<vue-moments-ago>
in). That makes it also easier to maintain.