Skip to content

Commit

Permalink
fix(diagram): enable showSequenceNumbers
Browse files Browse the repository at this point in the history
  • Loading branch information
mekery committed Apr 30, 2020
1 parent 6e464cc commit c0326b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/views/ODiagramView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ export default {
renderMermaid () {
try {
mermaid.mermaidAPI.initialize({
securityLevel: 'loose'
securityLevel: 'loose',
sequence: { showSequenceNumbers: true }
})
// check code
Expand Down

0 comments on commit c0326b1

Please sign in to comment.