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 has been archived by the owner on May 19, 2022. It is now read-only.
The frontend.acceptance is: I agree with {{tos}} and {{privacy}}.
The single placeholder is processed normally without errors.
Using latest versions of vue / i18next / vue-i18next.
Am I doing something wrong or this is an expected behaviour?
The text was updated successfully, but these errors were encountered:
The issue was caused by an empty string between a tags, vue parser detects it as a tag but does not populate the data property. Workaround is: remove empty space between interpolation tags. The simple check for non-empty tag/data properties must be added to the library to prevent this issue.
Hi there!
Thanks for this lib, it helps a lot!
Yesterday I discovered the failure in component interpolation. The code below throws an exception
TypeError: Cannot read property 'attrs' of undefined"
in the line
vue-i18next/src/component.js
Line 40 in 3ae5a25
The
frontend.acceptance
is:I agree with {{tos}} and {{privacy}}.
The single placeholder is processed normally without errors.
Using latest versions of vue / i18next / vue-i18next.
Am I doing something wrong or this is an expected behaviour?
The text was updated successfully, but these errors were encountered: