Skip to content

Commit f354c24

Browse files
committed
docs: link
Close #2990
1 parent 1aae45f commit f354c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/zh/core-concepts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ import { computed } from 'vue'
135135
136136
const store = useCounterStore()
137137
// ❌ 下面这部分代码不会生效,因为它的响应式被破坏了
138-
// 它和解构 `props` 的操作是一样的
138+
// 与 reactive 相同: https://vuejs.org/guide/essentials/reactivity-fundamentals.html#limitations-of-reactive
139139
const { name, doubleCount } = store // [!code warning]
140140
name // 将会一直是 "Eduardo" // [!code warning]
141141
doubleCount // 将会一直是 0 // [!code warning]

0 commit comments

Comments
 (0)