Skip to content

Commit 77ea614

Browse files
committed
remove listen to all docs
1 parent 6626c6f commit 77ea614

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

packages/react/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,6 @@ useEcho(
6767
);
6868
```
6969

70-
All events:
71-
72-
```ts
73-
useEcho(`orders.${orderId}`, "*", (e) => {
74-
console.log(e.order);
75-
});
76-
```
77-
7870
Specify shape of payload data:
7971

8072
```ts

packages/vue/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,6 @@ useEcho(
6767
);
6868
```
6969

70-
All events:
71-
72-
```ts
73-
useEcho(`orders.${orderId}`, "*", (e) => {
74-
console.log(e.order);
75-
});
76-
```
77-
7870
Specify shape of payload data:
7971

8072
```ts

0 commit comments

Comments
 (0)