diff options
| author | Arne Schauf <git@asw.io> | 2018-03-03 12:17:42 +0100 |
|---|---|---|
| committer | Arne Schauf <git@asw.io> | 2018-03-03 12:17:42 +0100 |
| commit | e9743b14c2fb597487836e8446a3d14281a45eba (patch) | |
| tree | 1311483dfb6c2aff43108619f472b77454ab4c16 /src/plugins/vueMoment.js | |
| parent | d70b8f09ce1fa97cb7c4e2be66775e5d3d7e82cd (diff) | |
| download | parry-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.js | 5 |
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) +} |
