Browse Source

fix: import MessageBox

Pan 7 năm trước cách đây
mục cha
commit
9788cdab23
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'