forked from opentiny/tiny-engine
fix(metaComp): fix bug where metaHtmlText could set value to incorret schema children (#473)
This commit is contained in:
parent
c341f4c2c5
commit
2c478ce391
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue