@tencentcloud/ai-desk-customer-vue 1.5.0 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 1.5.1 @2025.6.23
2
+
3
+ ### Fixed
4
+ - 修复 vue2.6 项目接入时报错。
5
+
1
6
  ## 1.5.0 @2025.6.19
2
7
 
3
8
  ### Features
@@ -7,7 +7,7 @@
7
7
  <FormBranch
8
8
  :title="content.header"
9
9
  :list="content.items"
10
- :selectedContent="content.selected?.content"
10
+ :selectedContent="content.selected && content.selected.content"
11
11
  @input-click="handleContentListItemClick"
12
12
  />
13
13
  </div>
@@ -18,7 +18,7 @@
18
18
  >
19
19
  <FormInput
20
20
  :title="content.header"
21
- :selectedContent="content.selected?.content"
21
+ :selectedContent="content.selected && content.selected.content"
22
22
  @input-submit="handleFormSaveInputSubmit"
23
23
  />
24
24
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencentcloud/ai-desk-customer-vue",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Vue UIKit for AI Desk",
5
5
  "main": "index",
6
6
  "keywords": [