UNPKG

kingdot

Version:

A UI Components Library For Vue

8 lines (5 loc) 169 B
import Popconfirm from '../Tooltip/popconfirm.js'; Popconfirm.install = function (Vue) { Vue.component(Popconfirm.name, Popconfirm); }; export default Popconfirm;