UNPKG

@ykcl/smart-ui-oversea

Version:

A Component Library for Vue.js.

9 lines (6 loc) 182 B
import YkDialog from './src/component'; /* istanbul ignore next */ YkDialog.install = function(Vue) { Vue.component(YkDialog.name, YkDialog); }; export default YkDialog;