enhanceApp.js 90 B

12345
  1. import AlertMixin from './alertMixin'
  2. export default ({Vue}) => {
  3. Vue.use(AlertMixin)
  4. }