建议你看看文档:https://kazupon.github.io/vue... 语言环境信息如下: const messages = { en: { message: { hello: '{msg} world' } } } 模板如下: <p>{{ $t('message.hello', { msg: 'hello' }) }}</p> 输出如下: <p>hello world</p>
建议你看看文档:https://kazupon.github.io/vue...
语言环境信息如下:
模板如下:
输出如下: