0👍
✅
You need to bind your variables to href
attribute:
:href="baseURL + propName.name"
I assume that baseURL
is a property of data()
.
Source:stackexchange.com