fix: page Addresses

This commit is contained in:
2026-03-18 16:31:29 +01:00
parent c79e08dbb8
commit 22e8556c9d
8 changed files with 203 additions and 154 deletions

1
bo/components.d.ts vendored
View File

@@ -17,6 +17,7 @@ declare module 'vue' {
En_TermsAndConditionsView: typeof import('./src/components/terms/en_TermsAndConditionsView.vue')['default']
LangSwitch: typeof import('./src/components/inner/langSwitch.vue')['default']
PageAddresses: typeof import('./src/components/customer/PageAddresses.vue')['default']
PageCart: typeof import('./src/components/customer/PageCart.vue')['default']
PageProductCardFull: typeof import('./src/components/customer/PageProductCardFull.vue')['default']
Pl_PrivacyPolicyView: typeof import('./src/components/terms/pl_PrivacyPolicyView.vue')['default']
Pl_TermsAndConditionsView: typeof import('./src/components/terms/pl_TermsAndConditionsView.vue')['default']