UNPKG

element3

Version:

A Component Library for Vue3

8 lines (5 loc) 141 B
import ElButton from './src/Button.vue' ElButton.install = function (app) { app.component(ElButton.name, ElButton) } export { ElButton }