Skip to content

Commit 3616733

Browse files
authored
Merge code blocks in docs
1 parent dcd4c73 commit 3616733

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/rules/require-toggle-inside-transition.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,7 @@ This rule reports elements inside `<transition>` that do not control the display
5353
<transition><div v-if="show" /></transition>
5454
<transition><div v-show="show" /></transition>
5555
<transition><dialog v-dialog="show" /></transition>
56-
<template>
57-
```
58-
59-
</eslint-code-block>
6056
61-
<eslint-code-block :rules="{'vue/require-toggle-inside-transition': ['error', {additionalDirectives: ['dialog']}]}">
62-
63-
```vue
64-
<template>
6557
<!-- ✗ BAD -->
6658
<transition><div /></transition>
6759
<transition><div v-custom="show" /></transition>

0 commit comments

Comments
 (0)