Skip to content

selector 建议将title的赋值,建议使用v-html,与x-input一致 #2615

@CodLee

Description

@CodLee
<label
      :for="`vux-selector-${uuid}`"
      class="weui-label"
      :class="labelClass"
      :style="cleanStyle({
        width: $parent.labelWidth,
        textAlign: $parent.labelAlign,
        marginRight: $parent.labelMarginRight
      })"   >
      <!-- {{ title }} -->
      <span v-html="title"></span>
    </label>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions