Skip to content

Commit ffdc5a4

Browse files
committed
resolve comflict
1 parent 96b0f5a commit ffdc5a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vuex/getting-started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ type: vuex
44
order: 3
55
---
66

7-
# 起步
8-
97
所有 Vuex 应用的中心就是 store(状态存储)。"store" 本质上是一个保存应用状态的容器。这里有两件要点,让 Vuex store 区别于普通全局对象:
108

119
1. Vuex store 是响应式的。当 Vue 组件从 store 读取状态,如果 store 中的状态更新,它们也会高效地响应更新。

0 commit comments

Comments
 (0)