feat: bubble组件封装
This commit is contained in:
9
src/components/xt-chat/xt-bubble/index.ts
Normal file
9
src/components/xt-chat/xt-bubble/index.ts
Normal file
@ -0,0 +1,9 @@
|
||||
/*
|
||||
* @Author: RenXiaoDong
|
||||
* @Date: 2025-08-20 22:16:14
|
||||
*/
|
||||
export { default as Bubble } from './xt-bubble.vue';
|
||||
export { default as BubbleList } from './xt-bubbleList.vue';
|
||||
export * from './types';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user