From 434bf946c58eec8f3de7e394519b98f5fe681813 Mon Sep 17 00:00:00 2001 From: dj <1042039504@qq.com> Date: Wed, 4 Feb 2026 23:28:54 +0800 Subject: [PATCH] =?UTF-8?q?test(reactivity):=20=E6=B7=BB=E5=8A=A0=E5=93=8D?= =?UTF-8?q?=E5=BA=94=E5=BC=8F=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 创建 reactive-test.html 测试文件 - 验证 reactive 函数对简单数据类型的处理 - 添加基本的 DOM 结构和 Vue 引入 - 实现简单的响应式对象测试逻辑 --- .../examples/reactivity/reactive-test.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packages/vue/examples/reactivity/reactive-test.html diff --git a/packages/vue/examples/reactivity/reactive-test.html b/packages/vue/examples/reactivity/reactive-test.html new file mode 100644 index 0000000..2ca9db2 --- /dev/null +++ b/packages/vue/examples/reactivity/reactive-test.html @@ -0,0 +1,19 @@ + + + + + Document + + + +
+

+

+
+ + + \ No newline at end of file