Skip to content

Commit

Permalink
chore(module): handle icons as string
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed May 19, 2023
1 parent 4ac0e0c commit 85b10ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export interface ModuleOptions {
*/
global?: boolean

icons: string[]
icons: string[] | string
}

export default defineNuxtModule<ModuleOptions>({
Expand Down

0 comments on commit 85b10ba

Please sign in to comment.