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
2023-11-24 16:45:55 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bc0072a7c679da11a826d72af83330c22992d338
bc0072a7
1 parent
4495f206
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/editor/vue-flow-edit-menu.vue
src/editor/vue-flow-edit-menu.vue
View file @
bc0072a
...
...
@@ -3,7 +3,7 @@
<slot name="content" :model="model">
<span>{{model.label}}</span>
</slot>
<i class="el-icon-
arrow-right
" v-if="!hideArrow"></i>
<i class="el-icon-
rank
" v-if="!hideArrow"></i>
</div>
</template>
...
...
Please
register
or
login
to post a comment