vue+antd 后台管理框架
 
 
 
 

5 lines
90 B

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