Add nuxt-module for moment and remove vue-moment

This commit is contained in:
2019-02-04 09:38:58 +01:00
parent d51ff2e377
commit c5d20a50cb
5 changed files with 7 additions and 20 deletions
-9
View File
@@ -1,9 +0,0 @@
import Vue from 'vue'
import moment from 'moment';
import vueMoment from 'vue-moment';
import 'moment/locale/sv';
Vue.use(vueMoment, {
moment
});