File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- import type { BubbleProps } from "../../../../packages/components/ types/components/Bubble/type " ;
2- import type { BubbleListProps } from "../../../../packages/components/ types/components/BubbleList/type " ;
1+ import type { BubbleProps } from "vue-element-plus-x/ types/components/Bubble/types " ;
2+ import type { BubbleListProps } from "vue-element-plus-x/ types/components/BubbleListProps/types " ;
33
44let avatar =
55 "https://cube.elemecdn.com/0/88/03b0d39583f48206768a7534e55bcpng.png" ;
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ function scrollToBubble() {
9393
9494onMounted (() => {
9595 setTimeout (() => {
96- bubbleItems .value .map ((item ) => {
96+ bubbleItems .value .map ((item : MessageItem ) => {
9797 item .loading = false ;
9898 });
9999 }, 3000 );
You can’t perform that action at this time.
0 commit comments