naive-ui/packages/common/Empty/index.js
2019-12-16 13:47:39 +08:00

9 lines
156 B
JavaScript

/* istanbul ignore file */
import Empty from './src/Empty.vue'
Empty.install = function (Vue) {
Vue.component(Empty.name, Empty)
}
export default Empty