UNPKG

kingdot

Version:

A UI Components Library For Vue

8 lines (5 loc) 137 B
import Dialog from './dialog.vue'; Dialog.install = function (Vue) { Vue.component(Dialog.name, Dialog); }; export default Dialog;