Skip to content

Commit e2dd172

Browse files
authored
chore: update chat-style-demo name (#4235)
1 parent e51038c commit e2dd172

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/uniapp-pro-components/chat/chat-message/_example/chat-message.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
title="03 组件样式"
3636
desc="气泡样式"
3737
>
38-
<style-demo />
38+
<chat-style-demo />
3939
</t-demo>
4040
</view>
4141
</view>
4242
</template>
4343

4444
<script>
4545
import BaseDemo from './base/index.vue';
46-
import StyleDemo from './style/index.vue';
46+
import ChatStyleDemo from './style/index.vue';
4747
import ConfigureDemo from './configure/index.vue';
4848
import StatusDemo from './status/index.vue';
4949
import ContentDemo from './content/index.vue';
@@ -52,7 +52,7 @@ import ErrorDemo from './error/index.vue';
5252
export default {
5353
components: {
5454
BaseDemo,
55-
StyleDemo,
55+
ChatStyleDemo,
5656
ConfigureDemo,
5757
StatusDemo,
5858
ContentDemo,

0 commit comments

Comments
 (0)