Skip to content

Commit

Permalink
fix(metaComp): fix bug where metaHtmlText could set value to incorret…
Browse files Browse the repository at this point in the history
… schema children (#473)
  • Loading branch information
chilingling authored Jun 27, 2024
1 parent c341f4c commit 2c478ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/component/MetaHtmlText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2c478ce

Please sign in to comment.