chore: make util function shorter, reduce file count for vite (#9595)
* chore: make util function shorter, reduce file count for vite * fix: test case
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import Locale from '../../src/locale';
|
||||
import enUS from '../../src/locale/lang/en-US';
|
||||
import { camelize } from '../../src/utils/format/string';
|
||||
import { createTranslate } from '../../src/utils/create/translate';
|
||||
import { camelize, createTranslate } from '../../src/utils';
|
||||
import type { App } from 'vue';
|
||||
import type { Router } from 'vue-router';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user