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

8 lines
127 B
JavaScript

import Empty from './src/index.vue';
Empty.install = (Vue) => {
Vue.component(Empty.name, Empty);
};
export default Empty;