Add vue-moment 3rd party for date/time formating

This commit is contained in:
2020-12-06 17:50:56 +01:00
parent 12d10c427b
commit 5ae24298ae
4 changed files with 17 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ import App from "./App.vue";
import router from "./router";
import store from "./store";
Vue.use(require("vue-moment"));
Vue.config.productionTip = false;
new Vue({