Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
PT_Sixth
/
f846f91fc9ad13bd4b22036f140f44ffba6d6c25
/
.
/
src
/
store
/
index.js
blob: 7f5b89c73b493e8a5fdfbc3f18c7ae96068fffae [
file
] [
log
] [
blame
]
2081595154
f846f91
2025-06-04 17:35:21 +0800
[
diff
] [
blame^
]
1
import
{
createStore
}
from
'vuex'
2
3
export
default
createStore
({
4
state
:
{
5
},
6
getters
:
{
7
},
8
mutations
:
{
9
},
10
actions
:
{
11
},
12
modules
:
{
13
}
14
})