Replies: 1 comment
-
Fixed. Issue was with the way activeStep wasn't being set correctly and so StepPanel didn't know which imported component to set the style="dislay: none" or style="display: block". AI in WebStorm finally found the fix. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
have a multi-part-form using Stepper and StepPanel. All of the , <script>, and <style> code are in one .vue file. It works perfect. I decided to modularize the code by taking each part of the form and put that code into a separate '.vue' file and import it into the parent. I have tried every idea on the internet that I can find, I've asked Grok, CoPilot, and the AI built into WebStorm and after 3 days of trying all suggestions, I'm stumped. here is a snippet of code showing the imported component both in and out of a StepPanel. The ProfileFormTemplate gets rendered when it is outside of the StepPanel, but does not render inside the StepPanel.
Parent component
ProfileFormTemlate:
Beta Was this translation helpful? Give feedback.
All reactions