mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
chore: fix circular dependency (#8452)
This commit is contained in:
parent
b1acf75151
commit
380f33a614
@ -1,4 +1,4 @@
|
|||||||
import { isDef, isObject } from '.';
|
import { isDef, isObject } from './base';
|
||||||
|
|
||||||
type ObjectIndex = Record<string, any>;
|
type ObjectIndex = Record<string, any>;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user