Skip to content

Commit 8d0b6c1

Browse files
committed
chore: use v-html in custom-endpoint.vue
1 parent d4d4946 commit 8d0b6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-admin-samples/spring-boot-admin-sample-custom-ui/src/custom-endpoint.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<template>
1818
<div class="custom">
1919
<p>Instance: <span v-text="instance.id" /></p>
20-
<p>Output: <span v-text="text" /></p>
20+
<p>Output: <span v-html="text" /></p>
2121
</div>
2222
</template>
2323

0 commit comments

Comments
 (0)