Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
vue-flow-editor
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-07-19 13:32:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b7b335885dabbf71dab8efb3ffe614730237e6eb
b7b33588
1 parent
ffad28cb
fix 登陆失效时loading显示问题修复
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
doc/index.vue
doc/index.vue
View file @
b7b3358
...
...
@@ -961,7 +961,7 @@ export default {
editor.editorState.graph.read(flowData.value);
});
}
state.reloadLoading = false;
} else {
state.reloadLoading = false;
}
...
...
@@ -2575,7 +2575,7 @@ export default {
editor1?.editorState.graph?.read(rawFlowData.value)
});
}
state.reloadLoading = false;
} else {
state.reloadLoading = false;
}
...
...
Please
register
or
login
to post a comment