Open Sh1ftOo opened 3 years ago
I have the same problem
I have the same problem
I solved this problem. Use $tc for the solution your problem
I have the same problem
I solved this problem. Use $tc for the solution your problem
Thanks to you. Yous saved me. Can you explain why please ?
I have the same problem
I solved this problem. Use $tc for the solution your problem
Thanks to you. Yous saved me. Can you explain why please ?
Because plugin replace method $t globally...
Please explain where we need to replace $tc?
I use vue core video player and i18n plugin. When I try to use {{ $t('message') }}, I get the output
But my "message": "hello world"
When I comment
import VueCoreVideoPlayer from 'vue-core-video-player'
Vue.use(VueCoreVideoPlayer)
, I see my message.How can I use i18n plugin normally without uninstalling vue core video player?