index.js 133 Bytes
Newer Older
姜雷 committed
1 2 3 4 5 6 7
import Dialog from './NormalDialog.vue';

Dialog.install = Vue => {
  Vue.component(Dialog.name, Dialog);
};

export default Dialog;