julon/vue-moment-lib

Filter not working

Closed this issue ยท 2 comments

pscs commented

The filter isn't working, because the 'Value' argument isn't being passed to moment(), so it always uses the current time/date instead of the required time/date.

return filterMoment(args);

should be changed to

return filterMoment(value, args);

julon commented

Thank you for the issue, I will fix it ASAP

julon commented

๐ŸŽ‰ This issue has been resolved in version 1.1.3 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€