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
description: require declare public properties using `expose`
6
+
---
7
+
# vue/require-expose
8
+
9
+
> require declare public properties using `expose`
10
+
11
+
-:exclamation: <badgetext="This rule has not been released yet."vertical="middle"type="error"> ***This rule has not been released yet.*** </badge>
12
+
13
+
## :book: Rule Details
14
+
15
+
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.
16
+
17
+
The `expose` API was officially introduced in Vue 3.2.
0 commit comments