File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
core/modules/checkout/components Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
40
40
- Fix Original Price Calculation typo - @akucharczyk / @lukaszjedrasik (#5472 )
41
41
- Purge loader works properly with dynamic config reload - @Fifciu
42
42
- Multi-tab cart-sync in multi-store environment - @cewald (#5711 , #5732 )
43
+ - Incorrect load of default address in checkout - @lukaszjedrasik ([ #4682 ] ( https://github.com/vuestorefront/vue-storefront/issues/4682 ) )
43
44
44
45
### Changed / Improved
45
46
Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ export const Shipping = {
62
62
shipToMyAddress : {
63
63
handler ( ) {
64
64
this . useMyAddress ( )
65
- } ,
66
- immediate : true
67
- }
65
+ }
66
+ } ,
67
+ '$route.hash' : 'useMyAddress'
68
68
} ,
69
69
mounted ( ) {
70
70
this . checkDefaultShippingAddress ( )
You can’t perform that action at this time.
0 commit comments