mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-05 19:41:37 +08:00
5 lines
90 B
JavaScript
5 lines
90 B
JavaScript
import AlertMixin from './alertMixin'
|
|
|
|
export default ({Vue}) => {
|
|
Vue.use(AlertMixin)
|
|
} |