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:
neverland
2021-09-30 10:27:57 +08:00
committed by GitHub
parent 8d9ccfd8c7
commit 7c45604f8f
32 changed files with 250 additions and 301 deletions
+1 -2
View File
@@ -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';