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
For some legacy reason I didn't use webpack in my project, so I used your i18n using script tag, the question is how can I use your cause I can't use Vue.use(i18n, {...}) cause i18n is load from script tag which can't assign to a local variable.
The text was updated successfully, but these errors were encountered:
Another question is when I used this message in plain html tag, it works(second box), when I used it in another component, it doesn't works(first box).
Hi,
For some legacy reason I didn't use webpack in my project, so I used your i18n using script tag, the question is how can I use your cause I can't use
Vue.use(i18n, {...})
cause i18n is load from script tag which can't assign to a local variable.The text was updated successfully, but these errors were encountered: