mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-22 21:47:22 +00:00
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:
parent
de32ace0c6
commit
13da29b589
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user