UNPKG

element3

Version:

A Component Library for Vue3

9 lines (6 loc) 188 B
import ElPopconfirm from './Popconfirm' /* istanbul ignore next */ ElPopconfirm.install = function (app) { app.component(ElPopconfirm.name, ElPopconfirm) } export default ElPopconfirm