jillztom / vue-moments-ago

A Vue.js component for dynamically updating human readable time format.
13 stars 13 forks source link

Removed default style #10

Closed ricardobalk closed 4 years ago

ricardobalk commented 4 years ago

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.