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
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'
The text was updated successfully, but these errors were encountered:
barnabas-szekeres
changed the title
Avoid using reserved keywords in expression
Avoid using reserved keywords in expression "continue" in a t function
Mar 3, 2016
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'
The text was updated successfully, but these errors were encountered: