Level 104
Use a template string for the URL
<a :href="`course/${course._id}`">{{ course.en.config.coursename }}</a>
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
the following doesn't seem to work, please help
<a :href="course/{{ course._id }}">{{ course.en.config.coursename }}</a>
Please or to participate in this conversation.