-
how to pass model value in table blade component.
how to pass |
Beta Was this translation helpful? Give feedback.
Answered by
cbl
Jul 26, 2021
Replies: 1 comment
-
Hey, there is a little trick. You can use vue syntax to access the attributes of the item. So for example in your blade view: <div :style="`color: ${item.color};`">Foo</div> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Shipu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, there is a little trick. You can use vue syntax to access the attributes of the item. So for example in your blade view: