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/require-expose.md
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,12 @@ pageClass: rule-details
3
3
sidebarDepth: 0
4
4
title: vue/require-expose
5
5
description: require declare public properties using `expose`
6
+
since: v7.14.0
6
7
---
7
8
# vue/require-expose
8
9
9
10
> require declare public properties using `expose`
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
-
13
12
## :book: Rule Details
14
13
15
14
This rule enforces the component to explicitly declare the exposed properties to the component using `expose`. You can use `expose` to control the internal properties of a component so that they cannot be referenced externally.
0 commit comments