1
0
mirror of synced 2025-12-11 16:48:13 +08:00

优化树渲染

This commit is contained in:
xuliangzhan
2023-08-01 00:01:13 +08:00
parent d9e03e5a6b
commit 036bb5a9e9
18 changed files with 374 additions and 144 deletions

View File

@@ -20,10 +20,10 @@ A [vue](https://www.npmjs.com/package/vue) based PC form component, support add,
* Designed for single row table editing, supports addition, deletion, modification and query as well as more expansion, with powerful functions and performance at the same time.
* Plan
* [x] ~~v1.0 Based on vue2.6+, Support for all major browsers.~~
* [x] ~~v2.0 Based on vue2.6+, Support for all major browsers.~~
* [x] v3.0 Based on vue2.6+, supports modern browsers and retains compatibility with IE11.
* [x] v4.0 Based on vue3.2+, Only support modern browser, not IE.
* [x] ~~v1.0 Based on vue2.6 < 3, Support for all major browsers.~~
* [x] ~~v2.0 Based on vue2.6 < 3, Support for all major browsers.~~
* [x] v3.0 Based on vue2.6 < 3, supports modern browsers and retains compatibility with IE11.
* [x] v4.0 Based on vue3.2 < 4, Only support modern browser, not IE.
## Browser Support