element-plus/packages/components/popconfirm/index.ts
三咲智子 fbebf03d8c
refactor(components): refactor popconfirm (#3490)
* refactor(components): refactor popconfirm

* fix(components): fix path

* chore: change name

* fix
2021-09-19 18:21:23 +08:00

9 lines
225 B
TypeScript

import { withInstall } from '@element-plus/utils/with-install'
import Popconfirm from './src/popconfirm.vue'
export const ElPopconfirm = withInstall(Popconfirm)
export default ElPopconfirm
export * from './src/popconfirm'