fix: import MessageBox

This commit is contained in:
Pan 2017-10-19 12:44:52 +08:00
parent a1f4cb5d1e
commit 9788cdab23
1 changed files with 1 additions and 1 deletions

View File

@ -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'