mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +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);
|
||||
|
||||
return {
|
||||
[`vant/${moduleType}`]: getAPIMap().keys(),
|
||||
[`vant/${moduleType}`]: [...getAPIMap().keys()],
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user