mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-16 11:54:27 +00:00
fix: 修复引入 lodash.some 报错的问题
This commit is contained in:
parent
d6bd2aa7f4
commit
99e565291c
@ -43,5 +43,5 @@ export interface PropConfig {
|
|||||||
propType: PropType;
|
propType: PropType;
|
||||||
description?: string;
|
description?: string;
|
||||||
defaultValue?: any;
|
defaultValue?: any;
|
||||||
setter?: any
|
setter?: any;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
// 需要通过 Env 来判断是否需要
|
// 需要通过 Env 来判断是否需要
|
||||||
|
|
||||||
import some from 'lodash.some';
|
import { some } from 'lodash';
|
||||||
|
|
||||||
const pseudoMap = ['hover', 'focus', 'active', 'visited'];
|
const pseudoMap = ['hover', 'focus', 'active', 'visited'];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user