fix: Update help message rendering to use v-html for proper display

This commit is contained in:
w940853815
2025-10-20 16:25:55 +08:00
committed by wrd
parent cda282ac6b
commit b615e35e49

View File

@@ -1,7 +1,7 @@
<template>
<div>
<el-alert type="success">
<span v-sanitize="$t('AppletHostSelectHelpMessage')" />
<span v-html="$t('AppletHostSelectHelpMessage')" />
</el-alert>
<DrawerListTable
ref="table"