fix: fix typecheck

This commit is contained in:
Li Kui
2025-11-06 23:02:24 +08:00
parent 1af11240a6
commit 99d663a6f2
4 changed files with 22 additions and 10 deletions

View File

@@ -2,8 +2,6 @@ import type { App } from 'vue';
import type { LocaleSetupOptions, SupportedLanguagesType } from '@vben/locales';
import { ref } from 'vue';
import {
$t,
setupI18n as coreSetup,