Forráskód Böngészése

fix: import MessageBox

Pan 7 éve
szülő
commit
9788cdab23
1 módosított fájl, 1 hozzáadás és 1 törlés
  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'