Skip to content

Commit 0f71475

Browse files
committed
remove the typescript in the usage example
1 parent 11faba3 commit 0f71475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ setup (props, ctx) {
5252
### 3 - Define the function called each time the url query change (in the setup fucntion)
5353

5454
```js
55-
const fetchDatas = (queryParams: string, queryAsObject: GenericDictionnary) => {
55+
const fetchDatas = (queryParams, queryAsObject) => {
5656
console.log(queryParams, queryAsObject)
5757
}
5858
```

0 commit comments

Comments
 (0)