UNPKG

@ykcl/smart-ui-oversea

Version:

A Component Library for Vue.js.

8 lines (5 loc) 134 B
import Empty from './src/index.vue'; Empty.install = (Vue) => { Vue.component(Empty.name, Empty); }; export default Empty;