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
parent cda282ac6b
commit d3a5cf0f11

View File

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