Skip to content

Commit

Permalink
Fix code style issues with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action committed Nov 6, 2021
1 parent a79a6d5 commit f5f1473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entry.esm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default /*#__PURE__*/ (() => {
const installable = component;

// Attach install function executed by Vue.use()
installable.install = (app:any) => {
installable.install = (app: any) => {
app.component("Vue3Marquee", installable);
};
return installable;
Expand Down

0 comments on commit f5f1473

Please sign in to comment.