Parent Object
#7677
Replies: 1 comment
-
How are you sending things to Vue? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a set of configurations for products that will be different for each product. I would just prefer to send 1 object called config and that would contain whatever configs are in there for the product.
I need send this to a
vue.js
component. As in my vue compoent I can just loop through the key vale pairs, but right now I need to do a bunch of if and else statements as this will depend on what type of product config is selected.right now the key-values come back as flat. How can I put these in an parent object?
Beta Was this translation helpful? Give feedback.
All reactions