Skip to content

Commit 9eaf513

Browse files
authored
docs(withModifiers): change type of withModifiers param (vuejs#2905)
1 parent a54f297 commit 9eaf513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/render-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ For adding built-in [`v-on` modifiers](/guide/essentials/event-handling#event-mo
305305
- **Type**
306306

307307
```ts
308-
function withModifiers(fn: Function, modifiers: string[]): Function
308+
function withModifiers(fn: Function, modifiers: ModifierGuardsKeys[]): Function
309309
```
310310

311311
- **Example**

0 commit comments

Comments
 (0)