dashboard
repositories
filestore
activity
search
login
main
/
zhny-draw
智慧农业绘制地图
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
小程序地图模式根据农场变化坐标
guoshilong
2022-09-27
1767c2c878ec1892ae560f81b32b5afdd2ceebfd
[zhny-draw.git]
/
src
/
store
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import Vue from 'vue'
import Vuex from 'vuex'
Vue.use(Vuex)
export default new Vuex.Store({
state: {
},
mutations: {
},
actions: {
},
modules: {
}
})