dashboard
repositories
filestore
activity
search
login
html
/
scene/scene_wxscore_business
微信支付分
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
升档
zhaoxiaoqiang
2021-07-20
2891aa37d99bc458a2ce501cb4ea185b363744f4
[html/scene/scene_wxscore_business.git]
/
src
/
store
/
module
/
test.js
1
2
3
4
5
6
7
8
9
10
11
export default {
namespaced:true,
state:{
text:"1232"
},
mutations:{
add(state,{value}){
state.text = value;
}
}
}