Home > @jview/utils > installAll
installAll() function
注册多个全局组件
Signature:
typescript
export declare function installAll(app: App, comps: any[]): void;
export declare function installAll(app: App, comps: any[]): void;
Parameters
Parameter | Type | Description |
---|---|---|
app | App | Vue App 实例 |
comps | any[] | 组件列表 |
Returns:
void