mirror of https://github.com/ElemeFE/element
8 lines
127 B
JavaScript
8 lines
127 B
JavaScript
![]() |
import Empty from './src/index.vue';
|
||
|
|
||
|
Empty.install = (Vue) => {
|
||
|
Vue.component(Empty.name, Empty);
|
||
|
};
|
||
|
|
||
|
export default Empty;
|