Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
PT_Sixth
/
d652cc6363ce0c9f0a2152181ff1b572882d5912
/
.
/
src
/
store
/
index.js
blob: 7f5b89c73b493e8a5fdfbc3f18c7ae96068fffae [
file
] [
log
] [
blame
]
import
{
createStore
}
from
'vuex'
export
default
createStore
({
state
:
{
},
getters
:
{
},
mutations
:
{
},
actions
:
{
},
modules
:
{
}
})