mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
another i18n fix
This commit is contained in:
parent
a0afea5b29
commit
13d50282d0
1 changed files with 3 additions and 2 deletions
|
@ -22,7 +22,7 @@ import { i18n } from '@/i18n';
|
|||
|
||||
export default defineComponent({
|
||||
components: {
|
||||
MkButton
|
||||
MkButton,
|
||||
},
|
||||
|
||||
props: {
|
||||
|
@ -60,7 +60,7 @@ export default defineComponent({
|
|||
watch(() => props.p, () => {
|
||||
process();
|
||||
}, {
|
||||
immediate: true
|
||||
immediate: true,
|
||||
});
|
||||
|
||||
const retry = () => {
|
||||
|
@ -73,6 +73,7 @@ export default defineComponent({
|
|||
rejected,
|
||||
result,
|
||||
retry,
|
||||
i18n,
|
||||
};
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue