UNPKG

use-on-demand

Version:
9 lines 389 B
export declare class xX_Vue_Helper { /** * TIP 远程加载【在线资源的Vue组件】。 * 示例: * const MyComponent = () => externalComponent('http://localhost:8200/MyComponent/MyComponent.c9c0abb8e999d0e5654e.umd.min.js'); */ static externalComponent(url: string): Promise<any>; } //# sourceMappingURL=Vue_Helper.d.ts.map