Skip to content

Commit

Permalink
fixed outdated syntax (#3659)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman4437 authored Aug 7, 2023
1 parent dba1e0a commit db516c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ const fonts = [
];

createApp(App)
.use(createVuestic, {
.use(createVuestic({
config: {
icons: createIconsConfig({ aliases, fonts }),
},
})
}))
.mount("#app");

0 comments on commit db516c4

Please sign in to comment.