♻️(component): 初步完成 select 组件重构
This commit is contained in:
3
package/component/src/utils/arrayUtil.ts
Normal file
3
package/component/src/utils/arrayUtil.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const check = (arr: any[], value: any) => {
|
||||
return arr.indexOf(value) > -1;
|
||||
}
|
||||
@@ -1,2 +1,3 @@
|
||||
export * from "./domUtil";
|
||||
export * from "./DomUtil";
|
||||
export * from "./withInstall";
|
||||
export * from "./arrayUtil";
|
||||
Reference in New Issue
Block a user