@choiceform/os-client-core 3.6.0 → 3.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # os-client-core
2
2
 
3
+ ## 重点关注
4
+
5
+ 为了适应 ssr 数据前后端共享,以后全局数据不要放到某个模块内部,而是要放到 core 对象或者 startState 或者 surveyState 上。
6
+
3
7
  这是巧思调研平台的调研客户端的核心程序包,
4
8
 
5
9
  具体的使用文档请查看[核心包文档](https://choice-form.github.io/os-client-core/content/index.html)