Skip to content

Commit

Permalink
fix v-html
Browse files Browse the repository at this point in the history
  • Loading branch information
Zh3nyaZh3nya committed Feb 15, 2024
1 parent 74b0240 commit 5b366f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/runtime/components/Parts/ErgVacancies.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@
<div
class="mb-4"
v-if="textBody"
v-html="textBody"
>
{{ textBody || 'Мы предлагаем конкурентные зарплаты, социальные гарантии' }}
<div v-html="textBody"></div>
</div>
</div>
<v-btn
Expand Down

0 comments on commit 5b366f2

Please sign in to comment.