mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-12-25 03:37:20 +08:00
feat(form): groud-list title支持html
This commit is contained in:
parent
b0d8c5383b
commit
2630f00f13
@ -10,11 +10,11 @@
|
||||
v-for="(item, index) in model[name]"
|
||||
:key="index"
|
||||
:model="item"
|
||||
:lastValues="getLastValues(lastValues[name], index)"
|
||||
:lastValues="getLastValues(lastValues[name], Number(index))"
|
||||
:is-compare="isCompare"
|
||||
:config="config"
|
||||
:prop="prop"
|
||||
:index="index"
|
||||
:index="Number(index)"
|
||||
:label-width="labelWidth"
|
||||
:size="size"
|
||||
:disabled="disabled"
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<template #header>
|
||||
<div>
|
||||
<TMagicButton link :disabled="disabled" @click="expandHandler">
|
||||
<TMagicIcon><CaretBottom v-if="expand" /><CaretRight v-else /></TMagicIcon>{{ title }}
|
||||
<TMagicIcon><CaretBottom v-if="expand" /><CaretRight v-else /></TMagicIcon><span v-html="title"></span>
|
||||
</TMagicButton>
|
||||
|
||||
<TMagicButton
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user