UNPKG

zcloud-ui

Version:

A Component Library for Vue.js.

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