Skip to content

Commit

Permalink
fix(template:tui): display events section properly (#369)
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Daniels <[email protected]>
  • Loading branch information
seandan7 and Sean Daniels authored Aug 20, 2020
1 parent f69e200 commit 8cde212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/templates/tui.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</div>
<% } %>
<% if(computed.length > 0) { %>
<% if(event.length > 0) { %>
<h3 class="subsection-title" style="margin-top: 1em" data-jsdoc-vuejs="section-event">Events</h3>
<div class="container-params">
<table class="params" data-jsdoc-vuejs="table-event">
Expand Down

0 comments on commit 8cde212

Please sign in to comment.