8 lines
158 B
JavaScript
8 lines
158 B
JavaScript
export default () => ({
|
|
main: {
|
|
id: 'main',
|
|
name: '主文档空间',
|
|
// The rest will be filled by the workspace/workspacesById getter
|
|
},
|
|
});
|