We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb87986 commit 72d8f38Copy full SHA for 72d8f38
README.md
@@ -65,7 +65,7 @@ You can also use the `$subscribe(name, ...params)` method in you component code:
65
66
67
```javascript
68
-ready () {
+mounted () {
69
// Subscribes to the 'threads' publication with two parameters
70
this.$subscribe('thread', 'new', 10);
71
}
0 commit comments