cleveng
cleveng
``` let mut defaults = std::collections::HashMap::new(); defaults.insert(DISPLAY_CONFIG.to_string(), json!(get_display_config())); defaults.insert(SWIPER_CONFIG.to_string(), json!(get_swiper_config())); let store = app .store_builder("store.bin") .defaults(defaults) .auto_save(Duration::from_millis(100)) .build(); let _ = store.load().expect("file is not existed"); ``` panic: file is not...
> 17.1可以吗? windows11 企业版, Navicate 17.1.9 亲测可用
有没有 流式返回数据的。比如我 rpc 调用,可以在某个节点返回数据。有没有思路或者demo
failed navigation Error: Avoided redundant navigation to current location: "/login?redirect=/welcome". 出现场景: ``` whitePathList = ['/', 'login'] ``` 首页 / 跳转到 login,提交表单后 replace 到 welcome 页面,不出现。 在 login 页面 重新刷新页面,提交表单后出现以上错误。
n-modal 下的 useECharts 无法显示,正常页面的 onMount 可以渲染组件,但是在n-modal弹窗下的图表无法显示。