Skip to content

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

ParameterTypeDescription
appAppVue App 实例
compsany[]组件列表

Returns:

void