Skip to content
On this page

Multiline

When To Use

This display box can provide more powerful functions when multi-line text display is required

Examples

结果

<template>
  <h-multiline :value="text" title="结果" />
</template>

<script setup lang="ts">
import { ref } from 'vue';

const text = ref('请输入多行文本');
</script>

API

Props

PropertyDescriptionTypedefault
titleTitlestringresult
valueResult displaystring
heightTextarea Heightstring
fileTypeexport file typeFileType
enableOutputFileWhether to export the fileboolean