Skip to content

Commit d9c0043

Browse files
authored
fix: docs type
1 parent 33a0dc5 commit d9c0043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@ import { listFormatter } from "vue-command";
277277
| `setCursorPosition` | `Function` | `cursorPosition` |
278278
| `setFullscreen` | `Function` | `isFullscreen` |
279279
| `setHistoryPosition` | `Function` | `historyPosition` |
280+
| `setQuery` | `Function` | `query` |
280281
| `showHelp` | `Boolean` | |
281282
| `signals` | `Object` | |
282-
| `setQuery` | `Function` | `query` |
283283
| `terminal` | `Object` | |
284284

285285
Provider can be injected into your component by name:
@@ -305,7 +305,7 @@ inject: ["exit", "terminal"],
305305
| `setHistoryPosition` | `Function` | `historyPosition` |
306306
| `setQuery` | `Function` | `query` |
307307
| `signals` | `Object` | |
308-
| `terminal` | `Function` | |
308+
| `terminal` | `Object` | |
309309

310310
## Events
311311

0 commit comments

Comments
 (0)