Skip to content

Commit

Permalink
perf(ui/form): delete call (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiechen66 authored Apr 4, 2022
1 parent 3277814 commit 0726cb0
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion packages/varlet-ui/src/checkbox-group/CheckboxGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ export default defineComponent({
errorMessage,
n,
classes,
call,
checkAll,
inverseAll,
reset,
Expand Down
1 change: 0 additions & 1 deletion packages/varlet-ui/src/checkbox/Checkbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ export default defineComponent({
formReadonly: form?.readonly,
n,
classes,
call,
handleClick,
toggle,
reset,
Expand Down
1 change: 0 additions & 1 deletion packages/varlet-ui/src/input/Input.vue
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ export default defineComponent({
formReadonly: form?.readonly,
n,
classes,
call,
isEmpty,
computePlaceholderState,
handleFocus,
Expand Down
1 change: 0 additions & 1 deletion packages/varlet-ui/src/radio-group/RadioGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export default defineComponent({
errorMessage,
n,
classes,
call,
reset,
validate,
resetValidation,
Expand Down
1 change: 0 additions & 1 deletion packages/varlet-ui/src/radio/Radio.vue
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ export default defineComponent({
formReadonly: form?.readonly,
n,
classes,
call,
handleClick,
toggle,
reset,
Expand Down
1 change: 0 additions & 1 deletion packages/varlet-ui/src/select/Select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ export default defineComponent({
labels,
n,
classes,
call,
computePlaceholderState,
handleFocus,
handleBlur,
Expand Down

0 comments on commit 0726cb0

Please sign in to comment.