egoist/vue-timeago

Add precision option

Open

#9 opened on May 19, 2016

View on GitHub
 (6 comments) (2 reactions) (0 assignees)JavaScript (95 forks)user submission
enhancementhelp wanted

Repository metrics

Stars
 (717 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Reference: https://github.com/vuejs/vue-requests/issues/1#issuecomment-173043480

It would be great to support a level of precision. By default moment.js is limited to 1 level.

1: 2 hours 2: 2 hours, 25 minutes 3: 2 hours, 24 minutes, 44 seconds

There is a large discussion on the moment.js issues, a moment.js plugin to extend functionalities and a vue plugin for moment

Contributor guide