mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[bugfix] utils export (#521)
This commit is contained in:
parent
39f8c5c5e8
commit
1f06c97a37
2
dist/utils/index.js
vendored
2
dist/utils/index.js
vendored
@ -7,7 +7,7 @@ function isObj(x) {
|
||||
return x !== null && (type === 'object' || type === 'function');
|
||||
}
|
||||
|
||||
export default {
|
||||
export {
|
||||
isObj,
|
||||
isDef
|
||||
};
|
||||
|
@ -7,7 +7,7 @@ function isObj(x) {
|
||||
return x !== null && (type === 'object' || type === 'function');
|
||||
}
|
||||
|
||||
export default {
|
||||
export {
|
||||
isObj,
|
||||
isDef
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user