毕设专用git仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
tangxinyuan a963ea0e3e 各部分代码 1 month ago
..
out 各部分代码 1 month ago
LICENSE 各部分代码 1 month ago
README.md 各部分代码 1 month ago
package.json 各部分代码 1 month ago

README.md

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.