more i18n fixes

This commit is contained in:
ThatOneCalculator 2022-11-11 00:41:26 -08:00
parent b2aa574429
commit 94127cd872

View file

@ -111,6 +111,7 @@ export default defineComponent({
error: null, error: null,
warn: null, warn: null,
slots: '', slots: '',
i18n,
}; };
}, },