mirror of https://github.com/ElemeFE/element
9 lines
174 B
JavaScript
9 lines
174 B
JavaScript
![]() |
import Skeleton from './src/index.vue';
|
||
|
|
||
|
/* istanbul ignore next */
|
||
|
Skeleton.install = function(Vue) {
|
||
|
Vue.component(Skeleton.name, Skeleton);
|
||
|
};
|
||
|
|
||
|
export default Skeleton;
|