Skip to content

Commit

Permalink
feat: 初始化Iconify时支持空配置对象
Browse files Browse the repository at this point in the history
  • Loading branch information
waset committed Jan 17, 2025
1 parent ac3a562 commit 22012e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Iconify } from '../core'
/**
* 初始化
*/
const handle = new Iconify(undefined)
const handle = new Iconify({})

/**
* 转换图标
Expand Down

0 comments on commit 22012e8

Please sign in to comment.