Jixiong Yan
Jixiong Yan
#31 Hi ~ I need this feature to speed up the cold start , decresing the downloading time . thks very much !
在两个不同页面使用此组件,在两个页面间多次来回切换后,组件处于正在加载中 **目前解决方案**: 在父组件的`componentDidMount`中设置编辑器的`loaded` state 为 `true` ``` componentDidMount() { this.editor.setState({ loaded: true, }); } // ES6 style render() { {this.editor = editor}} icons={icons} plugins={plugins} /> } ```
Because `ioredis` is also another popular Redis client library Here is my example code like the code in `with-redis` ```ts import { Server } from "https://deno.land/[email protected]/http/server.ts"; import IORedis from 'npm:[email protected]'...
直接看的vue2,应该还没有支持吧?
可以直接promise化么?还是需要自己包装?