Browse Source

fix: import MessageBox

Pan 7 years ago
parent
commit
9788cdab23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/fetch.js

+ 1 - 1
src/utils/fetch.js

@@ -1,5 +1,5 @@
 import axios from 'axios'
-import { Message } from 'element-ui'
+import { Message, MessageBox } from 'element-ui'
 import store from '../store'
 import { getToken } from '@/utils/auth'