UNPKG

element3

Version:

A Component Library for Vue3

9 lines (6 loc) 162 B
import ElAlert from './Alert.vue' /* istanbul ignore next */ ElAlert.install = function (app) { app.component(ElAlert.name, ElAlert) } export default ElAlert