随笔 - 4
文章 - 2
评论 - 0
阅读 -
10296
文章分类 - vue
前端动态表单设计最佳实践(数据绑定和表单验证) 基于ant-design-vue(1.7.2);vue(2.6.10)
摘要:1. 定义表单项组件 自定义文本输入框 自定义开关选择器 <template> <a-input style="width: 100%;" v-model="childVal" @blur="handleChildBlur"></a-input> </template> <script> expor
阅读全文