From 9788cdab23076b81aec308ccaa873dd6c61bc02f Mon Sep 17 00:00:00 2001 From: Pan Date: Thu, 19 Oct 2017 12:44:52 +0800 Subject: [PATCH] fix: import MessageBox --- src/utils/fetch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/fetch.js b/src/utils/fetch.js index 476523a..710dc7a 100644 --- a/src/utils/fetch.js +++ b/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'