forked from riophae/vue-treeselect
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
检测输入字符为空时返回,解决超大的树集合选项 (8000+节点),浏览器会出现卡顿现象
当第一个字符输入 空格 时,浏览器会出现卡顿现象(感觉这个空格后来又被吃掉了,但是吃掉的过程中导致了浏览器卡顿) riophae#369
- Loading branch information
Showing
3 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"name": "@riophae/vue-treeselect", | ||
"version": "0.4.0", | ||
"name": "@emacle/vue-treeselect", | ||
"version": "0.4.3", | ||
"description": "A multi-select component with nested options support for Vue.js", | ||
"author": "Riophae Lee <[email protected]>", | ||
"license": "MIT", | ||
"homepage": "https://vue-treeselect.js.org/", | ||
"repository": "riophae/vue-treeselect", | ||
"repository": "emacle/vue-treeselect", | ||
"main": "dist/vue-treeselect.cjs.js", | ||
"unpkg": "dist/vue-treeselect.umd.min.js", | ||
"css": "dist/vue-treeselect.min.css", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters