Skip to content

Instantly share code, notes, and snippets.

@mgmgpyaesonewin
Created August 22, 2019 07:51
Show Gist options
  • Save mgmgpyaesonewin/11042cd12e5a56b470472fdbda1d4028 to your computer and use it in GitHub Desktop.
Save mgmgpyaesonewin/11042cd12e5a56b470472fdbda1d4028 to your computer and use it in GitHub Desktop.
// routerlink-with-string-interpolation-in-vue
<router-link :to='`/patients/detail/${props.row.id}`'>
<i class="fa fa-eye" aria-hidden="true"></i>
</router-link>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment