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 487af03 commit 06a0ac9Copy full SHA for 06a0ac9
packages/element-ui-x/src/components/Conversations/src/main.vue
@@ -32,10 +32,11 @@
32
:class="{ 'active-sticky': stickyGroupKeys.has(group.key) }"
33
>
34
<slot
35
- name="groupTitle"
+ name="group-title"
36
:group="group"
37
- >{{ group.title }}</slot
38
+ {{ group.title }}
39
+ </slot>
40
</div>
41
<div class="el-x-conversation-group-items">
42
<conversations-item
@@ -194,8 +195,8 @@
194
195
</template>
196
197
<script>
- import ConversationsItem from './components/item.vue';
198
import { get } from 'lodash';
199
+ import ConversationsItem from './components/item.vue';
200
201
export default {
202
name: 'ElXConversations',
0 commit comments