samturrell / vue-breadcrumbs

Breadcrumbs for Vue.js
MIT License
146 stars 27 forks source link

Feature: use functions on meta breadcrumb for dynamic crumb name #19

Open mbemvieira opened 5 years ago

mbemvieira commented 5 years ago

Hello.

I was trying to use your library and this idea came up. This new feature allows you to return either a string or a function that returns a string that can use the router params.

If there is something I should change, just let me know.