Skip to content
Snippets Groups Projects
Commit d56cd594 authored by Pan's avatar Pan
Browse files

refine code

parent a10cfcc8
No related branches found
No related tags found
No related merge requests found
......@@ -4,11 +4,11 @@ import 'element-ui/lib/theme-default/index.css'
import App from './App'
import router from './router'
import store from './store'
import * as filters from '@/filters' // 全局filter
import '@/icons' // icon
import '@/errorLog'// error log
import '@/permission' // 权限
import '@/mock' // 该项目所有请求使用mockjs模拟
import * as filters from './filters' // 全局filter
import './icons' // icon
import './errorLog'// error log
import './permission' // 权限
import './mock' // 该项目所有请求使用mockjs模拟
Vue.use(ElementUI)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment