{{ element.content.messages }}
+ diff --git a/components.d.ts b/components.d.ts index 369448a..8c52919 100644 --- a/components.d.ts +++ b/components.d.ts @@ -8,6 +8,7 @@ export {} declare module 'vue' { export interface GlobalComponents { ChatRecord: typeof import('./src/components/ChatRecord/index.vue')['default'] + copy: typeof import('./src/components/UserCard copy/index.vue')['default'] ElAside: typeof import('element-plus/es')['ElAside'] ElButton: typeof import('element-plus/es')['ElButton'] ElCard: typeof import('element-plus/es')['ElCard'] @@ -66,6 +67,8 @@ declare module 'vue' { UserKeyWord: typeof import('./src/components/KeyWords/userKeyWord.vue')['default'] UserMessage: typeof import('./src/components/UserMessage/index.vue')['default'] Welcome: typeof import('./src/components/Welcome/index.vue')['default'] + WxChatRecord: typeof import('./src/components/wxChatRecord/index.vue')['default'] + WxUserCard: typeof import('./src/components/WxUserCard/index.vue')['default'] } export interface ComponentCustomProperties { vInfiniteScroll: typeof import('element-plus/es')['ElInfiniteScroll'] diff --git a/index.html b/index.html index 3915359..9f032a8 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@
{{ element.content.messages }}
+