UNPKG

element-plus

Version:
14 lines (9 loc) 365 B
import Popconfirm from './src/index.vue' import type { App } from 'vue' import type { SFCWithInstall } from '@element-plus/utils/types' Popconfirm.install = (app: App): void => { app.component(Popconfirm.name, Popconfirm) } const _Popconfirm = Popconfirm as SFCWithInstall<typeof Popconfirm> export default _Popconfirm export const ElPopconfirm = _Popconfirm