We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16e0669 + 663b6f6 commit 6ffb043Copy full SHA for 6ffb043
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@fesjs/traction-widget",
3
- "version": "1.12.7",
+ "version": "1.12.8",
4
"description": "集合大型中台项目使用到的通用组件和工具函数",
5
"scripts": {
6
"docs:dev": "npm run build && node docs/.vitepress/scripts/generate-doc.js && vitepress dev docs",
packages/traction-widget/components/TagSelector/TagSelector.vue
@@ -21,7 +21,7 @@
21
closable
22
@close="deleteTag(item, index)"
23
>
24
- {{ cacheOptions.find((p) => p.value === item)[props.tagKey] }}
+ {{ cacheOptions.find((p) => p.value === item)?.[props.tagKey] || '' }}
25
</FTag>
26
</div>
27
0 commit comments