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

9 lines
154 B
JavaScript

import Alert from './src/main';
/* istanbul ignore next */
Alert.install = function(Vue) {
Vue.component(Alert.name, Alert);
};
export default Alert;