You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2022. It is now read-only.
when I use both kazupon/vue-i18n and vue2-datatable. It got conflict and shown Error in render function: "TypeError: _vm.$i18n is not a function".
I rename $i18n -> $i18n2 in index.js and index.vue in vue2-datatable, it is working fine.