2020-07-22 15:59:45 +08:00

5 lines
90 B
JavaScript

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