Version History
View all published versions, including stable and prerelease versions. You can install any version or view its source code.
4
Total Versions
4
Stable Versions
0
Prerelease Versions
Showing 1-4, total 4
1.0.3
Latest Version2022-08-14
1.优化全局变量,防止内存泄露(感谢@cxxjackie哥哥的建议)
a. vueHooked从Object变为WeakMap,作用保持不变
b. vueApp改为vueUnhooked,从Object变为WeakSet,作为debug变量,现在只保留未劫持的app
2.增加app.isUnmounted监听,在Vue app销毁时同时销毁脚本库对其的引用