mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix: VantImports type error (#12876)
This commit is contained in:
parent
2423e41edf
commit
4b95e92e8d
@ -131,6 +131,6 @@ export function VantImports(options: VantImportsOptions = {}) {
|
|||||||
const moduleType = getModuleType(options);
|
const moduleType = getModuleType(options);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
[`vant/${moduleType}`]: getAPIMap().keys(),
|
[`vant/${moduleType}`]: [...getAPIMap().keys()],
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user