i get this error in nuxt 2.15.3 and vue-timeago 5.1.3
import Vue from 'vue'
import VueTimeago from 'vue-timeago'
Vue.use(VueTimeago)
it works if i add the option locale
Vue.use(VueTimeago, {
name: 'Timeago', // Component name, `Timeago` by default
locale: 'en', // Default locale
})
i did not add the options because i thought it was the default ??
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too