UNPKG
mt-ui-components-vue3
Version:
latest (1.0.0)
1.0.0
玛果添实UI组件库(Vue3)
mt-ui-components-vue3
/
es
/
PopconfirmModal
/
index.js
5 lines
•
183 B
JavaScript
View Raw
1
2
3
4
5
import
PopconfirmModal
from
'./PopconfirmModal.js'
;
PopconfirmModal
.
install
=
function
(
app
) { app.
component
(
'JPopconfirmModal'
,
PopconfirmModal
); };
export
default
PopconfirmModal
;