Skip to content

Commit

Permalink
fix(vue): components have correct name in dev tools (#257)
Browse files Browse the repository at this point in the history
resolves #143

Co-authored-by: Liam DeBeasi <[email protected]>
  • Loading branch information
sean-perkins and liamdebeasi authored Apr 12, 2023
1 parent e3ea722 commit e1d2631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-output-target/vue-component-lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const defineContainer = <Props, VModelType = string | number | boolean>(
};
});

Container.displayName = name;
Container.name = name;

Container.props = {
[ROUTER_LINK_VALUE]: DEFAULT_EMPTY_PROP,
Expand Down

0 comments on commit e1d2631

Please sign in to comment.