From 4cfd00b76bce0301b8ae13fd3a6a7a4de783497c Mon Sep 17 00:00:00 2001 From: Matthieu Petit Date: Wed, 3 Jun 2020 21:36:56 +0200 Subject: [PATCH] Insert content as rawHTML instead of textContent --- ui/src/components/Tile.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/src/components/Tile.vue b/ui/src/components/Tile.vue index 25660974..c5536cd2 100644 --- a/ui/src/components/Tile.vue +++ b/ui/src/components/Tile.vue @@ -29,8 +29,7 @@ {{ message }} -
- {{ displayedValue }} +