Struggling to find the right syntax for passing dynamic param data. Experimented with multiple approaches, but I thought I could pass someValue like this:
<router-link :to="{ name: 'Foo', params:{ bar: ${someValue} } }">
Unfortunately, compiler errors persist.