this.$routes.route('home')
{{ $routes.route('home') }}
this.$routes.route('products.index')
{{ $routes.route('products.index') }}
this.$routes.route('products.show', { id: 123 })
{{ $routes.route('products.show', { id: 123 }) }}
this.$routes.route('contact')
{{ $routes.route('contact') }}