Skip to content

Commit

Permalink
chore: use v-html in custom-endpoint.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKoe committed Jul 21, 2023
1 parent d4d4946 commit 8d0b6c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<template>
<div class="custom">
<p>Instance: <span v-text="instance.id" /></p>
<p>Output: <span v-text="text" /></p>
<p>Output: <span v-html="text" /></p>
</div>
</template>

Expand Down

0 comments on commit 8d0b6c1

Please sign in to comment.