You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules/no-child-content.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@ pageClass: rule-details
3
3
sidebarDepth: 0
4
4
title: vue/no-child-content
5
5
description: disallow element's child contents which would be overwritten by a directive like `v-html` or `v-text`
6
+
since: v8.1.0
6
7
---
7
8
# vue/no-child-content
8
9
9
10
> disallow element's child contents which would be overwritten by a directive like `v-html` or `v-text`
10
11
11
-
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> ***This rule has not been released yet.*** </badge>
12
12
-:bulb: Some problems reported by this rule are manually fixable by editor [suggestions](https://eslint.org/docs/developer-guide/working-with-rules#providing-suggestions).
13
13
14
14
## :book: Rule Details
@@ -47,6 +47,10 @@ This rule reports child content of elements that have a directive which overwrit
0 commit comments