leiguo

Results 2 comments of leiguo

我觉得解决这个问题的根本途径不是 监听$route的参数,而是将每次路由的参数包括相应路由后续的数据 存储到store里去,store也按照vue instance规则,按照路由的key (history.state.key) 隔离起来。 相应Vue instance里只监听该instance 对应的store,这才是通用的方案。 上面提到的条件性的 $watch 方案不够通用,还是要根据业务形态调整代码。最近也在思考这方面的实现,头疼

> I got it working on my mac m1. > > First I replaced onnxruntime-gpu with onnxruntime-silicon in requirements.txt and then run a pip install. > > Then I made...