Add Help & Documentation system under Settings

This commit is contained in:
2026-03-12 17:33:42 +00:00
parent 88fce35e84
commit 96c3fdd836
3472 changed files with 1368684 additions and 10 deletions

5
node_modules/computeds/README.md generated vendored Normal file
View File

@@ -0,0 +1,5 @@
The minimal Signals implementation based on https://github.com/vuejs/core/pull/5912.
Removed readonly, writeable computed, deep ref etc.
This library is used in place of `@vue/reactivity` in the `vuejs/language-tools` repo to solve excessive computed recalculations, and prevent `vuejs/language-tools` development from being hindered by the progress of Vue core repo.