We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64a89c commit 7c18187Copy full SHA for 7c18187
docs/zh/api/README.md
@@ -118,6 +118,18 @@ const store = new Vuex.Store({ ...options })
118
119
[详细介绍](../guide/strict.md)
120
121
+### devtools
122
+
123
+- 类型:`Boolean`
124
125
+ 为某个特定的 Vuex 实例打开或关闭 devtools。对于传入 `false` 的实例来说 Vuex store 不会订阅到 devtools 插件。可用于一个页面中有多个 store 的情况。
126
127
+ ``` js
128
+ {
129
+ devtools: false
130
+ }
131
+ ```
132
133
## Vuex.Store 实例属性
134
135
### state
0 commit comments