-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
增加页面级数据源配置 #64
Comments
这个问题,计划是做蓝图的时候解决, 做一个全局数据加载组件, 然后进行数据传递. |
还会做datav里的蓝图了? |
虽然不知道能不能做出来,但是还是要试试的 |
嘿嘿,应该可以。最近更新频率上来了, |
美化工具箱里的主题配置后面可以考虑下 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
每一个小组件都需要配置一个动态请求的接口,当页面组件比较多的时候,请求接口超过20个,页面就会直接卡死。
但是很多时候我们可以一个接口返回同一类型的多个数据,然后渲染到多个组件上。
The text was updated successfully, but these errors were encountered: