mirror of
https://github.com/youzan/vant.git
synced 2026-05-08 01:07:46 +08:00
chore: move utils
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { get, isFunction } from '../../../src/utils';
|
||||
import { camelize } from '../../../src/utils/format/string';
|
||||
import { get, isFunction } from '..';
|
||||
import { camelize } from '../format/string';
|
||||
import locale from '../../locale';
|
||||
|
||||
export function createI18N(name: string) {
|
||||
|
||||
Reference in New Issue
Block a user