forked from external-repos/noisedash
10
src/main.js
10
src/main.js
@@ -5,14 +5,14 @@ import App from './App'
|
||||
import router from './router'
|
||||
import Axios from 'axios'
|
||||
|
||||
Vue.prototype.$http = Axios
|
||||
Vue.prototype.$http = Axios;
|
||||
|
||||
Vue.config.productionTip = false
|
||||
|
||||
/* eslint-disable no-new */
|
||||
new Vue({
|
||||
el: '#app',
|
||||
router,
|
||||
components: { App },
|
||||
template: '<App/>'
|
||||
el: '#app',
|
||||
router,
|
||||
components: { App },
|
||||
template: '<App/>'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user