Results 39 issues of xialvjun

```jsx {ref => ( ref.current.openModal()}>open model_content ref.current.closeModal()}>close )} ```

feature request

If you use Provider pattern, why no props to support SSR? If you don't support SSR, why use Provider pattern? Provider pattern is the way to support SSR, so two...

自己要做微信小程序,然后很喜欢 mirrorjs 的 redux model 的定义方式,以及它的 action 的全局使用的方式,所以就这样删除了些东西。。。 我本来不应该提一个 Pull Request 的,应该只是提一个 Issue 的,不过反正代码已经写了,于是就提了,请随意拒绝掉。

Current Version: 1.3.0 Build Time: 2017-11-01_10:14:17_+0000 Git Commit Hash: e442ef1c778ba256254ceddf5a773ae56998b496 `docker run --rm -it --net=host ooclab/otunnel-amd64 /otunnel listen :10000 -s mysecret` `docker run --rm -it --net=host ooclab/otunnel-amd64 /otunnel connect VPS_IP:10000...

bug

change ```ts import { UnwrapRef } from '@vue/reactivity' import { useSetup } from './useSetup' export function defineComponent( setupFunction: (props: PropsType) => State, renderFunction: (state: UnwrapRef) => JSX.Element, ): (props: PropsType)...

```sh > joker aria2c --enable-rpc > joker list 47080 ttys011 0:00.03 aria2c --enable-rpc > joker log 47080 cat: /Users/xxx/.joker/47088.*: No such file or directory ```

I have a directory: ``` project └── src └── map.vue ``` map.vue: ```vue {{count}} export default { data() { return { count: 0 }; }, method: { onClick() { this.count...

https://github.com/seeksdream/relation-graph/blob/master/src/index.vue#L425-L436 目前是 向上滚动:放大 双指拉开:缩小 把 https://github.com/seeksdream/relation-graph/blob/master/src/index.vue#L431 这一行的 `1` 与 `-1` 交换位置(其实就是不需要对 mac 特殊对待),则会 向上滚动:缩小 双指拉开:放大 上下滚动 到底是缩小还是放大,它区别不明显,但是 双指拉开 这种 用户期望的肯定是 放大。所以似乎根本不应该对 mac 做特殊处理。

看 graph 对象上有 文档中没有的 api : `graph.animateGoto(x, y, time, callback)` 以及 `graph.animateToZoom(zoom, time, callback)`, 可是用它跟 节点的 xy 去做操作,怎么操作都不能让节点居中,不懂这个函数的逻辑。 有这个函数的使用讲解吗?还是说 relation-graph 不支持 移动画布使画布上的某一点居中 ?

just like https://github.com/sweetiq/schemats or just use it.

enhancement