kazupon / vue-i18n

:globe_with_meridians: Internationalization plugin for Vue.js

Home Page:https://kazupon.github.io/vue-i18n/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when use "label" as name, it can not be translated

agoni1212 opened this issue · comments

Reporting a bug?

en-us.json
"label": { "pro_date": "product date" },

used as follows:
<div>{{ $t('label.pro_date') }}</div>

Expected behavior

translate success

Reproduction

null

System Info

vs code
chrome

Screenshot

No response

Additional context

No response

Validations

Thank you for your reporting!

Unfortunately, I could not reproduce this issue.
Could you give us your minimue reproduction repo please?