Skip to content

Commit fea13e9

Browse files
author
Tenny
committed
Squashed commit of the following:
commit 041e108 Author: Tenny <tenny.shu@foxmail.com> Date: Wed Sep 25 12:11:58 2024 +0800 fix: 修复未导出 IconFont 组件
1 parent da95492 commit fea13e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export { default as DArrowRight } from './components/icon/DArrowRight.vue';
2525
export { default as SunIcon } from './components/icon/Sun.vue';
2626
export { default as MoonIcon } from './components/icon/Moon.vue';
2727
export { default as ThemeDefaultIcon } from './components/icon/ThemeDefault.vue';
28+
export { default as FontIcon } from './components/icon/IconFont.vue';
2829

2930
export { default as Input } from './components/input/Input.vue';
3031
export { default as MdInput } from './components/input/MdInput.vue';

0 commit comments

Comments
 (0)