月迷津渡

Results 3 comments of 月迷津渡

目前不支持 Vue2,但有意向开个分支支持下 Vue2 并且优化下组件抽象。 如果急需的话可以参考源码自己修改后引入项目。

方便开个 JSFiddle 的 demo 吗?

My intuition tells me that just treat `Class` as a function and then translate the code like: ``` JavaScript var foo = 0; function Whatever(v) { var bar; bar =...