-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Version
1.3.9
Environment
任何
Reproduction link
Steps to reproduce
import { Vue, Component, Prop } from 'vue-property-decorator'
@component
export default class pSearch extends Vue {
@prop() readonly form!: any
@prop(Function) readonly handleSubmit!: () => void
render () {
return (
<a-form
form={this.form}
搜索 ) } }
What is expected?
输入框值改变
What is actually happening?
输入框值没有改变
是不是因为取的value 而jsx的value是在domProps下面的