Pluto1219

Results 12 comments of Pluto1219

> > pull_to_refresh换成flutter_easyrefresh > > 这两个没有对比过,flutter_easyrefresh优点在哪里呀 必须坚持pull_to_refresh flutter_easyrefresh是模仿的pull_to_refresh, 现在也不支持国际化了,不推荐使用。 想换的可以自己改代码

> 多环境可以加一下 多环境参考 https://juejin.cn/post/6949901619689586719

const [register, { clearSelectedRowKeys }] = useTable

开启缓存有 3 个条件 在 [src/settings/projectSetting.ts](https://github.com/vbenjs/vue-vben-admin/tree/main/src/settings/projectSetting.ts) 内将openKeepAlive 设置为 true 路由设置 name,且不能重复 路由对应的组件加上 name,与路由设置的 name 保持一致 我也满足了这三个条件,vue-devtools查看,也是被KeepAlive包裹着,为什么不生效呢

> @Pluto1219 @hewei33 @marina-xiaomi 你们看下这里哈,这里也要是true才行 这个默认是开启的,我Debug对比下两个项目的Permission.ts看看

> @marcos930807 I will go ahead and close this issue, please reopen if the solution above did not work From 200 stars in fvm to 2000, cache-path has never been...

> > @marcos930807 I will go ahead and close this issue, please reopen if the solution above did not work > > From 200 stars in fvm to 2000, cache-path...

> @Pluto1219 let me know the situation which cache path is not working . Also we are still stabilizing sidekick but it has been tested to work after an app...

> @Pluto1219 let me know the situation which cache path is not working . Also we are still stabilizing sidekick but it has been tested to work after an app...

First of all, MY FVM was installed a long time ago via Pub Global Activate FVM. Today I tried brew installation and configured -- cache-Path again, and the Sidekick download...