config-tools: tiny fix for tooltip

use v-html to display the HTML.

Tracked-On: #7639
Signed-off-by: Conghui <conghui.chen@intel.com>
This commit is contained in:
Conghui 2022-06-01 09:17:24 +08:00 committed by acrnsi-robot
parent de32ace0c6
commit 13da29b589

View File

@ -88,7 +88,7 @@
<template #trigger>
<IconInfo/>
</template>
<span>{{this.VuartEndpointType.vbdf.description}}</span>
<span v-html="this.VuartEndpointType.vbdf.description"></span>
</n-popover>{{vuartVBDFTitle}}
</b-col>
</b-row>