Files
wechatpay-enterprise-web/node_modules/element-ui/packages/skeleton/index.js
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

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;