mirror of
https://github.com/Ssl1S/json-schema-editor-vue.git
synced 2025-12-30 01:37:55 +08:00
perm: 优化json过大时标题输入卡顿的问题
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
</a-select>
|
||||
</a-col>
|
||||
<a-col>
|
||||
<a-input v-model="pickValue.title" class="ant-col-title" :placeholder="local['title']"/>
|
||||
<a-input :value="pickValue.title" class="ant-col-title" :placeholder="local['title']" @blur="e => pickValue.title=e.target.value"/>
|
||||
</a-col>
|
||||
<a-col :span="6" class="ant-col-setting">
|
||||
<a-tooltip>
|
||||
|
||||
Reference in New Issue
Block a user