Human date component

This commit is contained in:
Eliot Berriot 2018-02-22 23:34:52 +01:00
parent d0a9873a07
commit 7808d14a49
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
4 changed files with 17 additions and 1 deletions

View file

@ -14,6 +14,7 @@ import store from './store'
import config from './config'
import { sync } from 'vuex-router-sync'
import filters from '@/filters' // eslint-disable-line
import globals from '@/components/globals' // eslint-disable-line
sync(store, router)