Jixiong Yan

Results 10 issues of 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} /> } ```

简化文章发布操作 [结巴分词](https://www.npmjs.com/package/nodejieba)node版

feature

tag名称带/,访问是时会被当作路径,需转义

bug

防垃圾贴

feature

分类为动态,而非配置 分类增加子节点,更加细化

feature

比如刚才我就将`Submenu` 写成了`SubMenu`...

help wanted

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化么?还是需要自己包装?