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
Property | Description | Type | default |
---|---|---|---|
title | Title | string | result |
value | Result display | string | |
height | Textarea Height | string | |
fileType | export file type | FileType | |
enableOutputFile | Whether to export the file | boolean |