Hey,
I just tried something like this:
<EText>{{ $t('email.verify.greeting', { username: 'abc' }) }}</EText>
And the greeting message is something like Hi, {username}, and I expect the result would be Hi, abc, but I can only get Hi, .
It seems the $t with named parameters is not work in vue template?