File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1212 </SfButton >
1313 </template >
1414 <template #right >
15- <!--
16- /**
17- * The currency switch is commented, until the Core package
18- * enables the switch of currency without returning to the browser one with i18n
19- */
20- <CurrencySelector />
21- -->
15+ <CurrencySelector />
2216 <StoreSwitcher />
2317 </template >
2418 </SfTopBar >
2519</template >
2620
2721<script >
2822import { SfButton , SfTopBar } from ' @storefront-ui/vue' ;
29- // import CurrencySelector from './CurrencySelector';
23+ import CurrencySelector from ' ./CurrencySelector' ;
3024import StoreSwitcher from ' ./StoreSwitcher' ;
3125
3226export default {
3327 components: {
34- // CurrencySelector,
28+ CurrencySelector,
3529 SfTopBar,
3630 SfButton,
3731 StoreSwitcher,
Original file line number Diff line number Diff line change @@ -159,7 +159,9 @@ export default {
159159 ] ,
160160 defaultLocale : 'default' ,
161161 autoChangeCookie : {
162+ currency : false ,
162163 locale : false ,
164+ country : false ,
163165 } ,
164166 lazy : true ,
165167 seo : true ,
You can’t perform that action at this time.
0 commit comments