Pass data from serverMiddleware to page
How do I pass data from a serverMiddleware to .vue page?
9 Replies
hey @sky515 are you using VSF2 or SDK approach?
VSF2
You can get all the data needed using Composables, they are pre-configured under the hood to communicate with middleware π
Do you have an example? I don't quite get it
what integration do you use?
magento
hi @sky515 π ,
for most things you can use the out-of-the-box composables. See: https://docs.vuestorefront.io/magento/
If there's some data you need that's not covered by the integration you can extend it. See: https://docs.vuestorefront.io/v2/integrate/extending-integrations.html
Please read through those docs. It will help you get a good understanding of how the system works. If you still need help. Feel free to ask another question. π
Vue Storefront 2 for Magento | Vue Storefront 2 for Magento
Documentation for the Magento connector for Vue Storefront 2
Extending integrations | Vue Storefront 2
Vue Storefront 2 documentation
Guys
How to call component method globally ?
this my simple dialog component, i want to call Add method outside of it
@RedeemerXT can you please start a new thread, so we don't steal other's replies? π