gpt4 book ai didi

vue.js - vue-i18n:带有 html 标签的组件插值

转载 作者:行者123 更新时间:2023-12-03 06:36:16 27 4
gpt4 key购买 nike

我正在使用组件插值,如 here 所述但在我的翻译字符串中还有一些 html 标签用于格式化。我该如何处理?

<i18n
path="description"
tag="p"
:places="{ value1, value2, routerLink }"
/>

我的 .yml 文件中的相应键如下所示:
description: Lorem ipsum <nobr><strong>{value1}&#8201;%</strong></nobr> some more text <nobr><strong>{value2}&#8201;%</strong></nobr> and some more text. Go to {routerLink} for more info.

最佳答案

尝试使用 v-html指示

<i18n
v-html="description"
tag="p"
:places="{ value1, value2, routerLink }"
/>

另一种方法是使用一个计算来解释 HTML 实体 see this

关于vue.js - vue-i18n:带有 html 标签的组件插值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53670928/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com