Skip to content

Commit

Permalink
split messagelist, add pinia
Browse files Browse the repository at this point in the history
  • Loading branch information
SchneeHertz committed Nov 28, 2023
1 parent 4f56f35 commit da87fc4
Show file tree
Hide file tree
Showing 7 changed files with 443 additions and 358 deletions.
1 change: 1 addition & 0 deletions components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ declare module 'vue' {
export interface GlobalComponents {
Dialog: typeof import('./src/components/Dialog.vue')['default']
Message: typeof import('./src/components/Message.vue')['default']
MessageList: typeof import('./src/components/MessageList.vue')['default']
NAvatar: typeof import('naive-ui')['NAvatar']
NButton: typeof import('naive-ui')['NButton']
NCard: typeof import('naive-ui')['NCard']
Expand Down

0 comments on commit da87fc4

Please sign in to comment.