| | |
| | | "viser-vue": "^2.2.5", |
| | | "vue": "^2.5.2", |
| | | "vue-antd-ui": "^1.0.1", |
| | | "vue-router": "^3.0.1" |
| | | "vue-router": "^3.0.1", |
| | | "vuex": "^3.0.1" |
| | | }, |
| | | "devDependencies": { |
| | | "autoprefixer": "^7.1.2", |
| | |
| | | import axios from 'axios' |
| | | import message from 'vue-antd-ui/es/message' |
| | | import '@/mock' |
| | | import Vuex from 'vuex' |
| | | |
| | | Vue.prototype.$axios = axios |
| | | Vue.prototype.$message = message |
| | | Vue.config.productionTip = false |
| | | Vue.use(Viser) |
| | | Vue.use(Vuex) |
| | | |
| | | /* eslint-disable no-new */ |
| | | new Vue({ |
| | |
| | | version "2.5.16" |
| | | resolved "http://registry.npm.taobao.org/vue/download/vue-2.5.16.tgz#07edb75e8412aaeed871ebafa99f4672584a0085" |
| | | |
| | | vuex@^3.0.1: |
| | | version "3.0.1" |
| | | resolved "http://registry.npm.taobao.org/vuex/download/vuex-3.0.1.tgz#e761352ebe0af537d4bb755a9b9dc4be3df7efd2" |
| | | |
| | | w3c-hr-time@^1.0.1: |
| | | version "1.0.1" |
| | | resolved "http://registry.npm.taobao.org/w3c-hr-time/download/w3c-hr-time-1.0.1.tgz#82ac2bff63d950ea9e3189a58a65625fedf19045" |