fix: data loading

This commit is contained in:
2026-02-26 09:31:12 +08:00
parent d2a383c5d8
commit f4a6d6978b
2 changed files with 35 additions and 36 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import './md-link';
export { Article } from './Article';
export type { ArticleProps } from './Article';
// 导出类型
// 导出数据类型
export type { DiceProps } from './dice';
export type { TableProps } from './table';