fix(metaComp): fix bug where metaHtmlText could set value to incorret schema children (#473)

This commit is contained in:
chilingling 2024-06-27 05:41:07 -07:00 committed by GitHub
parent c341f4c2c5
commit 2c478ce391
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
</div>
</div>
<div class="head-content">
<meta-input v-model="state.text" type="textarea" @change="change"></meta-input>
<meta-input v-model="state.text" type="textarea" @update:modelValue="change"></meta-input>
</div>
</template>
<script>