diff --git a/src/layouts/components/Aside/index.vue b/src/layouts/components/Aside/index.vue index 5303c4b..010001b 100644 --- a/src/layouts/components/Aside/index.vue +++ b/src/layouts/components/Aside/index.vue @@ -257,11 +257,13 @@ function handleMenuCommand(command: string, item: ConversationItem
@@ -24,4 +29,18 @@ function handleCreatChat() {
- + diff --git a/src/layouts/components/Main/index.vue b/src/layouts/components/Main/index.vue index 14c0c5d..ed55d63 100644 --- a/src/layouts/components/Main/index.vue +++ b/src/layouts/components/Main/index.vue @@ -24,7 +24,10 @@ provide('refresh', refreshMainPage); + diff --git a/types/components.d.ts b/types/components.d.ts index d2f14f7..cae2719 100644 --- a/types/components.d.ts +++ b/types/components.d.ts @@ -3,7 +3,7 @@ // Generated by unplugin-vue-components // Read more: https://github.com/vuejs/core/pull/3399 // biome-ignore lint: disable -export {}; +export {} /* prettier-ignore */ declare module 'vue' {