mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2026-05-18 21:27:51 +00:00
修改时输入框的value要trim
This commit is contained in:
@@ -13,7 +13,7 @@ const onClose = () => {
|
||||
}
|
||||
|
||||
const onComfirm = () => {
|
||||
emit('confirm', inputValue.value)
|
||||
emit('confirm', inputValue.value.trim())
|
||||
}
|
||||
|
||||
watch([() => props.isShow, () => props.defaultInput], ([newIsShow, newDefaultInput]) => {
|
||||
|
||||
Reference in New Issue
Block a user