no message

Former-commit-id: 40496ceaf1489dcc382f41c6e62fa91a1a300a44 [formerly 6ddfd235e7040886302c149d3c52164ecfcbcb81] [formerly 40496ceaf1489dcc382f41c6e62fa91a1a300a44 [formerly 6ddfd235e7040886302c149d3c52164ecfcbcb81] [formerly 40496ceaf1489dcc382f41c6e62fa91a1a300a44 [formerly 6ddfd235e7040886302c149d3c52164ecfcbcb81] [formerly 6ddfd235e7040886302c149d3c52164ecfcbcb81 [formerly ca7166204cdc0b4981386253fcb1c91df5897f50 [formerly 532b8ccca65817759686fc4445e3057ca6f38a51]]]]]
Former-commit-id: a0e9da94e1a9c1d05cafbb2738393349f1cef5bf
Former-commit-id: 3c8899a38ae8f560ded9ce8896abcaa5fa14b58f
Former-commit-id: 79f47d61913a660041ec81b911740a223d383621 [formerly 90c37d4093027b78e6b17f5dd580fc83db4cf8af]
Former-commit-id: 85a6e59e46dcc696406663ab1a669495da39975a
Former-commit-id: 304894163377cf8ad053052f1957c8787925aa96
Former-commit-id: 2de3894486eb764120833d39c05965c3fdbd26ab
Former-commit-id: 7b1469b3c0189f67f83664cb0068b35c2f3ec0ee
Former-commit-id: 42a48a1a70d2ea650b8df2255a2c8de1b31a3df4
This commit is contained in:
liyang
2018-06-30 14:29:11 +08:00
parent 13c9718881
commit 4636f1128c
5 changed files with 11 additions and 8 deletions

View File

@@ -2,9 +2,13 @@ import 'babel-polyfill'
import Vue from 'vue'
import App from './App'
import router from './router'
import i18n from './i18n'
// vuex
import store from '@/store/index.js'
import router from './router'
import ElementUI from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css'
@@ -35,9 +39,6 @@ import '@/plugin/axios'
// mock接口设置
import '@/mock/register'
// vuex
import store from '@/store/index.js'
// 右键菜单
import contentmenu from 'v-contextmenu'
import 'v-contextmenu/dist/index.css'