Skip to content

Commit

Permalink
fix: trailingspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jun 16, 2020
1 parent dc73ddb commit 1a34893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class VueBreadcrumbs implements PluginObject<ComponentOptions<Vue>> {
if (crumb?.meta?.breadcrumb) {
let label = this.getBreadcrumb(crumb.meta.breadcrumb);
if (label !== '') {

return createElement(
'li',
{
Expand Down

0 comments on commit 1a34893

Please sign in to comment.