Skip to content

Commit c68dcb1

Browse files
committed
feat: 添加 Welcome 组件到 Element UI X
1 parent 8455b97 commit c68dcb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/element-ui-x/src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import ElXThink from './components/Think/index.js';
99
import ElXThinking from './components/Thinking/index.js';
1010
import ElXThoughtChain from './components/ThoughtChain/index.js';
1111
import ElXTypewriter from './components/Typewriter/index.js';
12+
import ElXWelcome from './components/Welcome/index.js';
1213
// 导入所有 mixins
1314
import * as customMixins from './mixins';
1415

@@ -24,6 +25,7 @@ const components = [
2425
ElXSender,
2526
ElXFilesCard,
2627
ElXAttachments,
28+
ElXWelcome,
2729
];
2830

2931
const install = function (Vue) {

0 commit comments

Comments
 (0)