There was an error while loading. Please reload this page.
1 parent b4ac6c0 commit a99affcCopy full SHA for a99affc
1 file changed
docs/refguide/action.md
@@ -76,7 +76,7 @@ Example:
76
77
```javascript
78
class Ticker {
79
- @observable this.tick = 0
+ @observable tick = 0
80
81
@action.bound
82
increment() {
0 commit comments