File tree Expand file tree Collapse file tree
core-ant-design-vue/src/components/AppAccountForm
core-antdv-next/src/components/AppAccountForm
core-arco-design-vue/src/components/AppAccountForm
core-naive-ui/src/components/AppAccountForm
core-tdesign/src/components/AppAccountForm
core-vexip-ui/src/components/AppAccountForm
core/src/components/AppAccountForm
example/src/components/AppAccountForm Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ function testAccount(account: string) {
113113 <FormField v-slot =" { componentField }" type =" checkbox" name =" remember" >
114114 <FormItem >
115115 <FormControl >
116- <FaCheckbox v-bind =" componentField" >
116+ <FaCheckbox :model-value =" componentField.modelValue " @update:model-value = " componentField['onUpdate:modelValue']?.($event) " >
117117 记住我
118118 </FaCheckbox >
119119 </FormControl >
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ function testAccount(account: string) {
113113 <FormField v-slot =" { componentField }" type =" checkbox" name =" remember" >
114114 <FormItem >
115115 <FormControl >
116- <FaCheckbox v-bind =" componentField" >
116+ <FaCheckbox :model-value =" componentField.modelValue " @update:model-value = " componentField['onUpdate:modelValue']?.($event) " >
117117 记住我
118118 </FaCheckbox >
119119 </FormControl >
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ function testAccount(account: string) {
113113 <FormField v-slot =" { componentField }" type =" checkbox" name =" remember" >
114114 <FormItem >
115115 <FormControl >
116- <FaCheckbox v-bind =" componentField" >
116+ <FaCheckbox :model-value =" componentField.modelValue " @update:model-value = " componentField['onUpdate:modelValue']?.($event) " >
117117 记住我
118118 </FaCheckbox >
119119 </FormControl >
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ function testAccount(account: string) {
113113 <FormField v-slot =" { componentField }" type =" checkbox" name =" remember" >
114114 <FormItem >
115115 <FormControl >
116- <FaCheckbox v-bind =" componentField" >
116+ <FaCheckbox :model-value =" componentField.modelValue " @update:model-value = " componentField['onUpdate:modelValue']?.($event) " >
117117 记住我
118118 </FaCheckbox >
119119 </FormControl >
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ function testAccount(account: string) {
113113 <FormField v-slot =" { componentField }" type =" checkbox" name =" remember" >
114114 <FormItem >
115115 <FormControl >
116- <FaCheckbox v-bind =" componentField" >
116+ <FaCheckbox :model-value =" componentField.modelValue " @update:model-value = " componentField['onUpdate:modelValue']?.($event) " >
117117 记住我
118118 </FaCheckbox >
119119 </FormControl >
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ function testAccount(account: string) {
113113 <FormField v-slot =" { componentField }" type =" checkbox" name =" remember" >
114114 <FormItem >
115115 <FormControl >
116- <FaCheckbox v-bind =" componentField" >
116+ <FaCheckbox :model-value =" componentField.modelValue " @update:model-value = " componentField['onUpdate:modelValue']?.($event) " >
117117 记住我
118118 </FaCheckbox >
119119 </FormControl >
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ function testAccount(account: string) {
113113 <FormField v-slot =" { componentField }" type =" checkbox" name =" remember" >
114114 <FormItem >
115115 <FormControl >
116- <FaCheckbox v-bind =" componentField" >
116+ <FaCheckbox :model-value =" componentField.modelValue " @update:model-value = " componentField['onUpdate:modelValue']?.($event) " >
117117 记住我
118118 </FaCheckbox >
119119 </FormControl >
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ function testAccount(account: string) {
113113 <FormField v-slot =" { componentField }" type =" checkbox" name =" remember" >
114114 <FormItem >
115115 <FormControl >
116- <FaCheckbox v-bind =" componentField" >
116+ <FaCheckbox :model-value =" componentField.modelValue " @update:model-value = " componentField['onUpdate:modelValue']?.($event) " >
117117 记住我
118118 </FaCheckbox >
119119 </FormControl >
You can’t perform that action at this time.
0 commit comments