From 2a5a1994cd22462189fad6184f453ec7d4865b1b Mon Sep 17 00:00:00 2001 From: lightnoway Date: Wed, 23 Nov 2022 16:47:17 +0800 Subject: [PATCH] Update reactive.spec.md change title from "effect.spec" to "reactive.spec" --- docs/reactivity/reactive.spec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reactivity/reactive.spec.md b/docs/reactivity/reactive.spec.md index 02e4e0fe..d65b40c9 100644 --- a/docs/reactivity/reactive.spec.md +++ b/docs/reactivity/reactive.spec.md @@ -1,4 +1,4 @@ -### effect.spec +### reactive.spec 文档直通车: [https://vue3js.cn/vue-composition-api/#reactive](https://vue3js.cn/vue-composition-api/#reactive) @@ -273,4 +273,4 @@ test('should not get reactive on foreach', () => { shallowSet.forEach(x => expect(isReactive(x)).toBe(false)) }) -``` \ No newline at end of file +```