UNPKG

@ykcl/smart-ui-oversea

Version:

A Component Library for Vue.js.

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