naive-ui/packages/common/Empty/index.js

9 lines
156 B
JavaScript
Raw Normal View History

/* istanbul ignore file */
2019-12-16 13:47:39 +08:00
import Empty from './src/Empty.vue'
Empty.install = function (Vue) {
Vue.component(Empty.name, Empty)
}
export default Empty