Skip to content

Commit

Permalink
fix: wrong indention in setup code snippet (#3982)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongmao86 authored Oct 31, 2023
1 parent c756f7c commit e915970
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/docs/page-config/services/global-config/code/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ createApp(App)
.use(createVuestic({
config: {
icons: [/* ... */],
components: {
/* ... */
all: { /* ... */ },
presets: { /* ... */ },
},
components: {
/* ... */
all: { /* ... */ },
presets: { /* ... */ },
},
colors: { /* ... */ },
},
}))
Expand Down

0 comments on commit e915970

Please sign in to comment.