vue-momentjs

A tiny Moment.js wrapper for Vue

MIT License

Downloads
4.8K
Stars
21

vue-momentjs

A tiny Moment.js wrapper for Vue.

Installation

yarn add moment vue-momentjs
import Vue from "vue";
import moment from "moment";
import VueMomentJS from "vue-momentjs";

Vue.use(VueMomentJS, moment);

Usage

Call this.$moment() in any component.