We can bind attributes with :
Like :id="single.id"
what I want is PHP equivalent of this
id="FixText<?php echo $single->id; ?>"
so in vue, how can I add text FixText before single.id ?
Read more here: https://stackoverflow.com/questions/66274428/vue-3-bind-id-attribute-with-variable-with-partial-custom-text
Content Attribution
This content was originally published by Gautam Menariya at Recent Questions - Stack Overflow, and is syndicated here via their RSS feed. You can read the original post over there.