Applying functions to the contents of reactive-list items #1588
Unanswered
snakonechny
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings! I realize this might be well outside of the scope of this package, but given my novice knowledge of Vue I'd appreciate any pointers in the right direction. In a nutshell, I'd like to take the text the comes back into a card of reactive-list, apply an arbitrary function to that string, and pass some outputs of that function as props of a different component. In a pseudo example,
I've tried calling a function inside
<div class="body-text"></div>
viav-html="$options.methods.myCustomFunction(item.body)"
, but then I'm not sure about a) where to store the results of that function and b) render different components with these outputs.Again, any help would be very much appreciated!
Cheers,
SN
Beta Was this translation helpful? Give feedback.
All reactions