We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51038c commit e2dd172Copy full SHA for e2dd172
1 file changed
packages/uniapp-pro-components/chat/chat-message/_example/chat-message.vue
@@ -35,15 +35,15 @@
35
title="03 组件样式"
36
desc="气泡样式"
37
>
38
- <style-demo />
+ <chat-style-demo />
39
</t-demo>
40
</view>
41
42
</template>
43
44
<script>
45
import BaseDemo from './base/index.vue';
46
-import StyleDemo from './style/index.vue';
+import ChatStyleDemo from './style/index.vue';
47
import ConfigureDemo from './configure/index.vue';
48
import StatusDemo from './status/index.vue';
49
import ContentDemo from './content/index.vue';
@@ -52,7 +52,7 @@ import ErrorDemo from './error/index.vue';
52
export default {
53
components: {
54
BaseDemo,
55
- StyleDemo,
+ ChatStyleDemo,
56
ConfigureDemo,
57
StatusDemo,
58
ContentDemo,
0 commit comments