# RouterLink

> 

`RouterLink` is the current route-aware anchor component exported from `vuloom/app`.

```vue
<RouterLink to="/blog/hello-world">Read post</RouterLink>
```

## Notes

- this docs set only assumes `RouterLink`, not a separate `Link` alias
- `RouterLink` comes from the Vue router layer used by Vuloom
- if a `Link` alias is introduced later, document it separately after it exists
