mirror of
https://github.com/youzan/vant.git
synced 2026-01-14 06:03:45 +08:00
refactor(AddressEdit): remove unused country field (#13333)
This commit is contained in:
@@ -47,7 +47,6 @@ const DEFAULT_DATA: AddressEditInfo = {
|
||||
tel: '',
|
||||
city: '',
|
||||
county: '',
|
||||
country: '',
|
||||
province: '',
|
||||
areaCode: '',
|
||||
isDefault: false,
|
||||
|
||||
@@ -11,7 +11,6 @@ export type AddressEditInfo = {
|
||||
name: string;
|
||||
city: string;
|
||||
county: string;
|
||||
country: string;
|
||||
province: string;
|
||||
areaCode: string;
|
||||
isDefault?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user