Vue? i18n ??? ?? Alert()?? $t ??
P粉757556355
2023-08-26 16:36:42
<p>?? Vue 2.6.14? vue-i18n 8.25? ???? ????.
i18n ??? Alert()? ??? ??? ?????...</p>
<pre class="brush:php;toolbar:false;">async ChangePassword() {
axios.post('/api/reset-password',
this.form).then((??) => {
Alert( {{ $t('????? ???????.') }} );
})}</pre>
<p>? ??? ???? ?? ? ????. </p>