From c1367091765bf69a9ba063f4551059dae345f022 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 21 Sep 2022 16:20:21 +0200 Subject: Data info for a model --- plugins/vue-moment.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 plugins/vue-moment.js (limited to 'plugins') diff --git a/plugins/vue-moment.js b/plugins/vue-moment.js new file mode 100644 index 0000000..43f689c --- /dev/null +++ b/plugins/vue-moment.js @@ -0,0 +1,7 @@ +import Vue from "vue"; + +import moment from "moment"; +import "moment/locale/it"; +import vuemoment from "vue-moment"; + +Vue.use(vuemoment, { moment }); -- cgit v1.2.3-18-g5258