mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(Select): handle the issue when the value is undefined
This commit is contained in:
@@ -69,7 +69,7 @@ function onMouseEnter() {
|
||||
truncate
|
||||
overflow="hidden"
|
||||
m="r-2"
|
||||
v-text="label"
|
||||
v-text="label === 'undefined' ? ' ' : label"
|
||||
/>
|
||||
|
||||
<!-- arrow -->
|
||||
|
||||
Reference in New Issue
Block a user