Skip to content

Commit 11c9b0f

Browse files
vaebekagol
authored andcommitted
fix(tag-input): 组件未传入 props noData 导致的样式异常
1 parent 20beedb commit 11c9b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devui-vue/devui/tag-input/src/tag-input-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const tagInputProps = {
5757
},
5858
noData: {
5959
type: String,
60-
default: '',
60+
default: '暂无数据',
6161
},
6262
caseSensitivity: {
6363
type: Boolean,

0 commit comments

Comments
 (0)