-
-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parsing multiple strings in HTML #409
Comments
Thank you for your feedback! If you want to handle an array-like <template v-for="content in tm('cvg.contents')">
<h2>{{ content.title }}</h2>
<p v-for="paragraph in content.paragraphs">
{{ paragraph }}
</p>
</template>
|
However, I realized that this does not work when I pre-compile i18n resources. i18n resources pre-compile compiles all locale messages as message functions. The message function needs to be run through the vue-i18n runtime. These message functions cannot be executed directly. It needs to be extending I will try to fix this issue. |
I've just fixed! |
Merci ! |
@kazupon have you a date for release of v9.1 ? |
Hello,
i read documentation and search in issues but i didn't find an answer for my question. It's possible to parse array of multiple strings before rendering like this :
result :
Thank you !
The text was updated successfully, but these errors were encountered: