Skip to content

Commit

Permalink
Fix: Anchor element showing when using the search bar. #45 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ullas8296 authored Jan 12, 2025
1 parent 5e20092 commit c674325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<strong>{{ name }}: </strong>
</el-header>
<el-main class="result">
{{ info }}
<span v-html="info"></span>
</el-main>
</el-container>
</el-dropdown-item>
Expand Down

0 comments on commit c674325

Please sign in to comment.