UNPKG

element-ui-for-gov

Version:

element-ui for gov

12 lines (9 loc) 233 B
import Alert from 'element-ui/lib/alert'; /* istanbul ignore next */ Alert.install = function(Vue) { if (!Vue.prototype.$alert) { Vue.prototype.$alert = Alert; } Vue.component(Alert.name, Alert); }; export default Alert;