Commit 4b91e307 authored by Jeff's avatar Jeff

引入vue-js-modal

parent 997b8dfa
......@@ -35,7 +35,8 @@
"register-service-worker": "^1.7.1",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
"vuex": "^3.4.0",
"vue-js-modal": "^2.0.0-rc.6"
},
"config": {
"commitizen": {
......
......@@ -4,12 +4,14 @@ import router from './router'
import store from './store'
import './registerServiceWorker'
import axios from 'axios'
import VModal from 'vue-js-modal'
import baseURL from '../config/baseUrl.js'
console.log('baseURL:', baseURL)
Vue.config.productionTip = false
Vue.prototype.$http = axios
Vue
new Vue({
router,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment