Skip to content

Commit

Permalink
chore: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 3, 2024
1 parent 6a7ae71 commit 09fd969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_theme/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineNuxtConfig({
["UButton"].includes(c.pascalName),
);

globals.forEach((c) => (c.global = true));
for (const c of globals) { (c.global = true); }
},
},
ui: {
Expand Down

0 comments on commit 09fd969

Please sign in to comment.