在alert()中使用$t进行Vue的i18n翻译
P粉757556355
2023-08-26 16:36:42
<p>我正在使用Vue 2.6.14和vue-i18n 8.25
我无法弄清楚如何在alert()中放置i18n翻译...</p>
<pre class="brush:php;toolbar:false;">async ChangePassword() {
await axios.post('/api/reset-password',
this.form).then((response) => {
alert( {{ $t('密码已更改') }} );
})}</pre>
<p>这似乎不起作用。</p>
尝试使用
this