naive-ui/packages/common/Empty/index.js
songwanli2025@163.com 4f90dd3b05 merge from upstream
2019-12-17 14:36:37 +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