aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vueMoment.js
diff options
context:
space:
mode:
authorArne Schauf <git@asw.io>2018-03-03 12:17:42 +0100
committerArne Schauf <git@asw.io>2018-03-03 12:17:42 +0100
commite9743b14c2fb597487836e8446a3d14281a45eba (patch)
tree1311483dfb6c2aff43108619f472b77454ab4c16 /src/plugins/vueMoment.js
parentd70b8f09ce1fa97cb7c4e2be66775e5d3d7e82cd (diff)
downloadparry-ui-e9743b14c2fb597487836e8446a3d14281a45eba.tar.gz
parry-ui-e9743b14c2fb597487836e8446a3d14281a45eba.zip
fix stuff that broke on upgrade
Diffstat (limited to 'src/plugins/vueMoment.js')
-rw-r--r--src/plugins/vueMoment.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/vueMoment.js b/src/plugins/vueMoment.js
new file mode 100644
index 0000000..dd8ebfb
--- /dev/null
+++ b/src/plugins/vueMoment.js
@@ -0,0 +1,5 @@
+import VueMoment from 'vue-moment'
+
+export default ({ Vue }) => {
+ Vue.use(VueMoment)
+}