update read
This commit is contained in:
parent
f2847862e0
commit
e8fb41d0ff
|
@ -111,6 +111,9 @@ npm run build:prod
|
||||||
└── package.json // package.json
|
└── package.json // package.json
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
Detailed changes for each release are documented in the [release notes](https://github.com/PanJiaChen/vue-element-admin/releases).
|
||||||
|
|
||||||
## State Management
|
## State Management
|
||||||
|
|
||||||
Only status of user and app configuration is managed by Vuex. Other data are managed by their own business pages.
|
Only status of user and app configuration is managed by Vuex. Other data are managed by their own business pages.
|
||||||
|
|
|
@ -104,6 +104,9 @@
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
Detailed changes for each release are documented in the [release notes](https://github.com/PanJiaChen/vue-element-admin/releases).
|
||||||
|
|
||||||
## 状态管理
|
## 状态管理
|
||||||
后台只有user和app配置相关状态使用vuex存在全局,其它数据都由每个业务页面自己管理。
|
后台只有user和app配置相关状态使用vuex存在全局,其它数据都由每个业务页面自己管理。
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue