fix: select search not work #3144

pull/3150/head
tanjinzhou 2020-11-10 13:18:40 +08:00
parent c523266a99
commit 8096003ed1
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit bdc7ad92563bae72538ceb802fcd5d1543316f13
Subproject commit ff42f741de836c30b9a80d217d6ea72a0869b933

View File

@ -168,7 +168,7 @@ function toRawString(content: VNodeChild): string {
if (isVNode(item)) {
return item?.el?.innerText || item?.el?.wholeText;
} else {
return '';
return item;
}
})
.join('');