UNPKG

element3

Version:

A Component Library for Vue3

9 lines (6 loc) 181 B
import ColorPicker from './src/main' /* istanbul ignore next */ ColorPicker.install = function (app) { app.component(ColorPicker.name, ColorPicker) } export default ColorPicker