zyg

Results 4 issues of zyg

hello 看了https://github.com/nixzhu/dev-blog/blob/master/2015-04-30-property-listener.md 发现 vc 没有被释放 加上个了 引用列表 如下 UserInfo.name.bindAndFireListener("ThirdViewController.nameButton") { [weak self = self] name in if let viewController = self { viewController.nameButton.setTitle(name, forState: .Normal) } } ``` UserInfo.hairColor.bindAndFireListener("ThirdViewController.backgroundColor") {...

How prerender-spa-plugin is used in conjunction with vue-router ?

编译不通过