Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3616733

Browse filesBrowse files
authored
Merge code blocks in docs
1 parent dcd4c73 commit 3616733
Copy full SHA for 3616733

File tree

1 file changed

+0
-8
lines changed
Filter options

1 file changed

+0
-8
lines changed

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

Copy file name to clipboardExpand all lines: docs/rules/require-toggle-inside-transition.md
-8Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.