Files
dancefinder-app/plugins/vue-moment.js
T

10 lines
150 B
JavaScript
Raw Normal View History

2019-02-03 19:30:37 +01:00
import Vue from 'vue'
2019-02-04 08:27:13 +01:00
import moment from 'moment';
import vueMoment from 'vue-moment';
import 'moment/locale/sv';
2019-02-03 19:30:37 +01:00
2019-02-04 08:27:13 +01:00
Vue.use(vueMoment, {
2019-02-03 19:30:37 +01:00
moment
});