vue-2-crumbs icon indicating copy to clipboard operation
vue-2-crumbs copied to clipboard

Improvement: make breadcrumbs label dynamic

Open ziemenz opened this issue 5 years ago • 0 comments

Breadcrumb labels can be dynamic like vue-2-breadcrumbs

meta: {
  breadcrumb: () => `foo ${1 + 1}`
}

ziemenz avatar May 11 '19 04:05 ziemenz