UNPKG
mt-ui-components-vue3
Version:
latest (1.0.0)
1.0.0
玛果添实UI组件库(Vue3)
mt-ui-components-vue3
/
es
/
Popconfirm
/
index.js
4 lines
•
180 B
JavaScript
View Raw
1
2
3
4
import
{ withInstall }
from
'../util/type'
;
import
Popconfirm
from
'./popconfirm.js'
;
export
var
JLPopconfirm
=
withInstall
(
Popconfirm
,
'JPopconfirm'
);
export
default
JLPopconfirm
;