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 Dec 31, 2024. It is now read-only.
When i want to write t function in a template i get this warning. It caused by the "continue" word in a string. Is it normal? :)
Example:
In the template file: {{ $t('continue-with-new-account') }}
Then the console says:
[Vue warn]: Avoid using reserved keywords in expression: 'continue-with-new-account'