Skip to content

Commit

Permalink
CI: 文档构建
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenny committed Jun 24, 2024
1 parent 2d6a7e9 commit 779c401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export { default as Input } from './components/Input.vue';
export { default as Clickoutside } from './directives/clickoutside';
export { default as Table } from './components/Table.vue';
export { default as Button } from './components/Button.vue';
export { default as Message } from './components/message/index';
export { default as Message } from './components/message/index.js';
export { default as Card } from './components/Card.vue';
export { default as Tooltip } from './components/Tooltip.vue';
export { default as Qrcode } from './components/Qrcode.vue';
Expand Down

0 comments on commit 779c401

Please sign in to comment.