mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 08:00:34 +00:00
chore: fix circular dependency (#8452)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { isDef, isObject } from '.';
|
||||
import { isDef, isObject } from './base';
|
||||
|
||||
type ObjectIndex = Record<string, any>;
|
||||
|
||||
|
Reference in New Issue
Block a user