Skip to content

Commit

Permalink
Fix code example in vue/define-props-declaration docs (#2527)
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann authored Aug 14, 2024
1 parent 66e3201 commit 705d262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/define-props-declaration.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const props = defineProps({

### `"runtime"`

<eslint-code-block :rules="{'vue/define-emits-declaration': ['error', 'runtime']}">
<eslint-code-block :rules="{'vue/define-props-declaration': ['error', 'runtime']}">

```vue
<script setup lang="ts">
Expand Down

0 comments on commit 705d262

Please sign in to comment.