I'm trying to combine a string and a prop to create a unique id
for a bootstrap accordion.
I want to combine "collapse" and {{ thread_ref }} to create something like: id="collapse_321"
Vue gives me an error when I try to do this and says to use v-bind.
I have tried that but that only accepts a string of the name of the prop/data, how can I combine a string and data?