Skip to content

Commit 9788cda

Browse files
committed
fix: import MessageBox
1 parent a1f4cb5 commit 9788cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/fetch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import axios from 'axios'
2-
import { Message } from 'element-ui'
2+
import { Message, MessageBox } from 'element-ui'
33
import store from '../store'
44
import { getToken } from '@/utils/auth'
55

0 commit comments

Comments
 (0)