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.
2 parents 3c0b3f7 + 72d8f38 commit c8f473bCopy full SHA for c8f473b
README.md
@@ -66,7 +66,7 @@ You can also use the `$subscribe(name, ...params)` method in you component code:
66
67
68
```js
69
-ready () {
+mounted () {
70
// Subscribes to the 'threads' publication with two parameters
71
this.$subscribe('thread', 'new', 10)
72
}
0 commit comments