next
next copied to clipboard
Vue Storefront Next is R&D branch of Vue Storefront.
- [x] I can see personal data on my account page - [x] I can see all my addresses from CT - [x] I can see which address is masked...
## Current state: all composables have only one loading state shared between all actions which makes it: 1) hard to manage when there is series of actions to perform 2)...
- [x] I'm confirming that if i made any changes to public APIs or exposed any public APIs they are doccumented.
1. Composables return `errors` object that contains all of errors under the keys that are defined in the core. 2. A developer can use composable function and the `errors` field...