1. 响应式的定义
我们都知道,vue是基于javascript的,那我们使用一段javascript代码来描述响应式
let a 1,b 1,c;
c a b;
console.log(c) // 输出 2
// 改变 a的值
a 3;
// 重新给c赋值 即把 c a b; 再执行一遍c的值才能变为 4
// c a b;
// …
从github的chromium 镜像git clone 到2.5G失败了官方说不能,要去 windows_build_instructions vs2017和19都是32位的 vs2022是x64的 vs2022_install You may also have to set variable vs2022_install to your installation path of Visual Studio 2022,