You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @minikinl, please fill in the relevant information according to the issue template to facilitate communication efficiently. recommend you to read 提 Issue 前必读 and 如何向开源项目提交无法解答的问题, Thanks so much!
版本依赖
问题描述
更新 loading 状态未显示加载状态
问题排查
S2/packages/s2-vue/src/hooks/useSpreadSheet.ts
Line 30 in 53c04dc
vue setup 中的 hook 区别于 react,仅在组件创建时执行一次,直接解构 props 会导致失去响应性。
建议使用以下方式解构,或直接 watch props.loading 并更新 loading 状态。
目前只发现 loading 不生效,其余功能待进一步测试,但看源码应该是存在问题的。
The text was updated successfully, but these errors were encountered: