更新文本域组件

master
chenjiajian 2023-04-26 17:34:23 +08:00
parent 734dbc0785
commit 55b2c910bd
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ class TextArea extends Component {
return html`
<div class="label">
<textarea
:value=${this.value}
ref="textarea"
spellcheck="false"
readonly=${this.readOnly}