fix(Select): handle the issue when the value is undefined

This commit is contained in:
Hakadao
2023-08-16 23:18:34 +08:00
parent 94ed94e43c
commit 60308576ee

View File

@@ -69,7 +69,7 @@ function onMouseEnter() {
truncate
overflow="hidden"
m="r-2"
v-text="label"
v-text="label === 'undefined' ? ' ' : label"
/>
<!-- arrow -->