index.js 179 B

12345678
  1. import Popconfirm from './src/main';
  2. /* istanbul ignore next */
  3. Popconfirm.install = function(Vue) {
  4. Vue.component(Popconfirm.name, Popconfirm);
  5. };
  6. export default Popconfirm;