Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages

This commit is contained in:
ruanyf
2016-03-31 20:49:50 +08:00
+1 -1
View File
@@ -441,7 +441,7 @@ export default function publish(topic, channel) {
```javascript
import publish from "path/to/decorators/publish";
class FooComponent () {
class FooComponent {
@publish("foo.some.message", "component")
someMethod() {
return {