初始化
This commit is contained in:
6
common/common.js
Normal file
6
common/common.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import Vue from 'vue'
|
||||
import $store from './store/index'
|
||||
import $http from './http/index'
|
||||
|
||||
Vue.prototype.$store = $store
|
||||
Vue.prototype.$http = $http
|
Reference in New Issue
Block a user