Update Timeago dependency

Specifically downrevving to match Vue2
This commit is contained in:
Jonathon Broughton
2023-02-14 19:42:44 +00:00
parent bf6d2bb681
commit dc253e423a
3 changed files with 7989 additions and 5024 deletions
+7987 -5022
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -15,7 +15,7 @@
"register-service-worker": "^1.7.1",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vue-timeago": "^5.1.3",
"vue2-timeago": "^2.0.9",
"vuetify": "^2.4.11",
"vuex": "^3.4.0",
"vuex-persist": "^3.1.3"
+1 -1
View File
@@ -5,7 +5,7 @@ import router from './router'
import store from './store'
import vuetify from './plugins/vuetify'
import VueTimeago from 'vue-timeago'
import VueTimeago from 'vue2-timeago'
Vue.use(VueTimeago, { locale: 'en' })
Vue.config.productionTip = false