|
nodes: [...state.nodebook.map(ids => ids.join(','))]
|
|
nodes: [...state.nodebook.map(ids => ids.join(','))]
|
|
async 'OPEN_NODE' ({ state, commit, dispatch }, { parentId, childId }) {
|
|
async 'OPEN_NODE' ({ state, commit, dispatch }, { parentId, childId }) {
|