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 f284786 commit e8fb41dCopy full SHA for e8fb41d
README-en.md
@@ -111,6 +111,9 @@ npm run build:prod
111
└── package.json // package.json
112
```
113
114
+## Changelog
115
+Detailed changes for each release are documented in the [release notes](https://github.com/PanJiaChen/vue-element-admin/releases).
116
+
117
## State Management
118
119
Only status of user and app configuration is managed by Vuex. Other data are managed by their own business pages.
README.md
@@ -104,6 +104,9 @@
104
105
106
107
108
109
110
## 状态管理
后台只有user和app配置相关状态使用vuex存在全局,其它数据都由每个业务页面自己管理。
0 commit comments