4
0
mirror of https://github.com/iczer/vue-antd-admin.git synced 2025-04-06 03:57:44 +08:00
2020-07-22 15:59:45 +08:00

5 lines
90 B
JavaScript

import AlertMixin from './alertMixin'
export default ({Vue}) => {
Vue.use(AlertMixin)
}