UNPKG
@sixi/popconfirm
Version:
latest (1.0.1)
1.0.1
1.0.0
气泡确认框
@sixi/popconfirm
/
index.js
6 lines
(3 loc)
•
153 B
JavaScript
View Raw
1
2
3
4
5
6
import
popconfirm
from
'./popconfirm'
popconfirm.
install
=
Vue
=>
Vue
.
component
(popconfirm.
name
, popconfirm)
// 注册组件
export
default
popconfirm