UNPKG

@guo514360255/element-lib

Version:

This template should help get you started developing with Vue 3 in Vite.

7 lines (6 loc) 155 B
/** * 挂载组件到body中 * @param options * @param Component */ export default function createComponent(Component: any, options: any): () => void;