Skip to content

Commit f445449

Browse files
committed
feat(ChatList): update demo
1 parent 51ba96e commit f445449

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

packages/pro-components/chat/chat-list/_example/custom/index.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ Component({
3636
styleIsolation: 'shared',
3737
},
3838
data: {
39-
renderPresets: [
40-
{
41-
name: 'send',
42-
type: 'icon',
43-
},
44-
],
4539
chatList: [
4640
{
4741
avatar: 'https://tdesign.gtimg.com/site/chat-avatar.png',

packages/pro-components/chat/chat-list/_example/custom/index.wxml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
value="{{value}}"
3838
loading="{{loading}}"
3939
disabled="{{disabled}}"
40-
renderPresets="{{renderPresets}}"
4140
bind:send="onSend"
4241
bind:stop="onStop"
4342
bind:focus="onFocus"

0 commit comments

Comments
 (0)