mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-02 12:18:46 +08:00
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;
|