Skip to content

Commit 8cde212

Browse files
seandan7Sean Daniels
and
Sean Daniels
authored
fix(template:tui): display events section properly (#369)
Co-authored-by: Sean Daniels <[email protected]>
1 parent f69e200 commit 8cde212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/templates/tui.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
</div>
8080
<% } %>
8181
82-
<% if(computed.length > 0) { %>
82+
<% if(event.length > 0) { %>
8383
<h3 class="subsection-title" style="margin-top: 1em" data-jsdoc-vuejs="section-event">Events</h3>
8484
<div class="container-params">
8585
<table class="params" data-jsdoc-vuejs="table-event">

0 commit comments

Comments
 (0)