Skip to content

Commit

Permalink
refactor(AddressEdit): remove unused country field (#13333)
Browse files Browse the repository at this point in the history
  • Loading branch information
inottn authored Feb 1, 2025
1 parent 9722629 commit fd87eba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/vant/src/address-edit/AddressEdit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ const DEFAULT_DATA: AddressEditInfo = {
tel: '',
city: '',
county: '',
country: '',
province: '',
areaCode: '',
isDefault: false,
Expand Down
1 change: 0 additions & 1 deletion packages/vant/src/address-edit/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export type AddressEditInfo = {
name: string;
city: string;
county: string;
country: string;
province: string;
areaCode: string;
isDefault?: boolean;
Expand Down

0 comments on commit fd87eba

Please sign in to comment.