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-02-21 19:06:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
218f6af461faa6ec418b25870ea94c712bcfffaa
218f6af4
1 parent
764aa025
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
doc/App.vue
doc/App.vue
View file @
218f6af
...
...
@@ -819,7 +819,7 @@ export default {
// 内部刷新graph数据
nextTick(() => {
editor.editorState.graph.read(flowData.value)
editor1.editorState.graph.read(rawFlowData.value)
editor1
?
.editorState.graph.read(rawFlowData.value)
});
}
...
...
Please
register
or
login
to post a comment