Skip to content

Commit

Permalink
Merge pull request #22286 from storybookjs/chaks/vue3-fix-double-tag-…
Browse files Browse the repository at this point in the history
…issue

Vue3: Fix compiler error when there is double tag
  • Loading branch information
shilman committed Apr 27, 2023
2 parents 330c365 + 425a373 commit 9e8fb26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/renderers/vue3/src/docs/sourceDecorator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ function getTemplates(renderFn: any): [] {
);
return components;
} catch (e) {
console.error(e);
// console.error(e);
}
return [];
}
Expand Down

0 comments on commit 9e8fb26

Please sign in to comment.