Skip to content

Commit e4e0a02

Browse files
daviForevelkagol
authored andcommitted
feat(select): No matching data大小写问题
1 parent dcec511 commit e4e0a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devui-vue/devui/select/src/select-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const selectProps = {
7979
},
8080
noMatchText: {
8181
type: String,
82-
default: 'No Matching data',
82+
default: 'No matching data',
8383
},
8484
loadingText: {
8585
type: String,

0 commit comments

Comments
 (0)