mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-04 20:27:44 +08:00
fbebf03d8c
* refactor(components): refactor popconfirm * fix(components): fix path * chore: change name * fix
9 lines
225 B
TypeScript
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'
|