Runyasak Chaengnaimuang
Runyasak Chaengnaimuang
> I think, its not need to get index from state, getting index from index is better That's a good idea. It looks strange with a duplicate index, maybe confused....
Hi, @hirschadway. I'm not sure that I follow you. I try to remove `stateIndex` and set value to `index` computed instead. Then, I've got errors with `Maximum call stack size`....
> @runyasak Have you tried directly importing storefront-ui components from `@storefront-ui/vue`? Yes, I have imported directly from `@storefront-ui/vue`. You can checkout on my code: https://github.com/runyasak/my-storefront-ui/blob/main/src/App.vue Actually, this error is appeared...
> https://github.com/runyasak/my-storefront-ui/blob/main/src/App.vue#L3 Can you change the import to `import { SfProductCard } from "@storefront-ui/vue";` and check whether if it also throws some error? @ymaheshwari1 I have updated to `import {...
However, I have tried on Vue 3 with Webpack from Vue CLI. There don't have errors with the resolving path. But errors with `` for some Vue 3 syntax breaking...
I have made as wrapped component. You can install from npm. If you have any feedback or suggestion, please ask me. All fix and improve PRs are accepted. 😄 https://www.npmjs.com/package/v-digital-time-picker
Hi, I have remove `stock_status` and `only_x_left_in_stock` from `productDetailsQuery`. Please, check out my PR, #1383.
No, but I have heard from you already 😂 That would be nice because I really want some challenge or practice for web development. That's true, I'm a fan of...
Hi @skoropadas, thank you for your help. > However, I want to explore this issue in the future and fix it because during a quick page refresh, you may notice...
I want to help on this PR. Please, give me more specific actual result. 😁 🙏 Updated: I understand on 800px-1100px case. But, i'm not sure for 767px case. Do...