UNPKG
myapp-dataroom
Version:
latest (2.0.1-2024011601-Alpha)
2.0.1-2024011601-Alpha
自定义大屏
github.com/gcpaas/DataRoom
myapp-dataroom
/
packages
/
js
/
store
/
index.js
13 lines
(11 loc)
•
211 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
state
from
'./state'
import
mutations
from
'./mutations'
import
actions
from
'./actions'
import
getters
from
'./getters'
export
default
{
namespaced
:
true
, state, mutations, actions, getters }