Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Added the countries.json file and updated the code to fetch the data from the file(#531) #532

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/organisms/o-my-account-shipping-details.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ import pick from 'lodash-es/pick';
import { required, minLength } from 'vuelidate/lib/validators';
import { unicodeAlpha, unicodeAlphaNum } from '@vue-storefront/core/helpers/validators';
import { SfTabs, SfInput, SfButton, SfSelect, SfIcon } from '@storefront-ui/vue';
const Countries = require('@vue-storefront/i18n/resource/countries.json')
const Countries = require('theme/resource/i18n/resource/countries.json')

export default {
name: 'OMyAccountShippingDetails',
Expand Down
Loading