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.
It would be helpful if we could use components as named arguments.
Suppose I have this message source:
And I want to display a tag with bindings or any kind of component in the place of
{author}:Currently, there is no way to do something like this:
{{{ $t('post.posted_by', {author: myComponent}) }}}