Skip to content

Commit

Permalink
Merge pull request bagisto#10219 from suraj-webkul/issue#10217
Browse files Browse the repository at this point in the history
[2.2] fix: Getting Console Error when we add symbols On Search Bar on Shop Front. bagisto#10217
  • Loading branch information
devansh-webkul authored Oct 28, 2024
2 parents cfe6e68 + bd78711 commit a88d06d
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@
@endif

<div class="mt-8 flex items-center justify-between max-md:mt-5">
<h1
<h1
class="text-2xl font-medium max-sm:text-base"
v-text="'{{ $title }}'"
>
</h1>
v-text="`{{ $title }}`"
></h1>
</div>
</div>

Expand Down

0 comments on commit a88d06d

Please sign in to comment.