Add weekday to event

This commit is contained in:
2019-02-03 19:30:37 +01:00
parent e83dc297df
commit c54d3c143f
5 changed files with 45 additions and 16 deletions
+8
View File
@@ -0,0 +1,8 @@
import Vue from 'vue'
const moment = require('moment');
require('moment/locale/sv');
Vue.use(require('vue-moment'), {
moment
});