frontend 兼容
This commit is contained in:
8
ai-chat-web/src/components/common/index.ts
Normal file
8
ai-chat-web/src/components/common/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import HoverButton from './HoverButton/index.vue'
|
||||
import NaiveProvider from './NaiveProvider/index.vue'
|
||||
import SvgIcon from './SvgIcon/index.vue'
|
||||
import UserAvatar from './UserAvatar/index.vue'
|
||||
import Setting from './Setting/index.vue'
|
||||
import PromptStore from './PromptStore/index.vue'
|
||||
|
||||
export { HoverButton, NaiveProvider, SvgIcon, UserAvatar, Setting, PromptStore }
|
||||
Reference in New Issue
Block a user