We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8455b97 commit c68dcb1Copy full SHA for c68dcb1
packages/element-ui-x/src/index.js
@@ -9,6 +9,7 @@ import ElXThink from './components/Think/index.js';
9
import ElXThinking from './components/Thinking/index.js';
10
import ElXThoughtChain from './components/ThoughtChain/index.js';
11
import ElXTypewriter from './components/Typewriter/index.js';
12
+import ElXWelcome from './components/Welcome/index.js';
13
// 导入所有 mixins
14
import * as customMixins from './mixins';
15
@@ -24,6 +25,7 @@ const components = [
24
25
ElXSender,
26
ElXFilesCard,
27
ElXAttachments,
28
+ ElXWelcome,
29
];
30
31
const install = function (Vue) {
0 commit comments