2019-08-13 15:27:11 +08:00
|
|
|
/* istanbul ignore file */
|
2019-12-09 15:12:53 +08:00
|
|
|
import Popconfirm from './src/Popconfirm.vue'
|
2019-08-13 15:27:11 +08:00
|
|
|
|
|
|
|
Popconfirm.install = function (Vue) {
|
|
|
|
Vue.component(Popconfirm.name, Popconfirm)
|
|
|
|
}
|
|
|
|
|
|
|
|
export default Popconfirm
|