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: src/api/options-state.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ Declare the props of a component.
78
78
79
79
- **Details**
80
80
81
-
In Vue, all component props need to be explicit declared. Component props can be declared in two forms:
81
+
In Vue, all component props need to be explicitly declared. Component props can be declared in two forms:
82
82
83
83
- Simple form using an array of strings
84
84
- Full form using an object where each property key is the name of the prop, and the value is the prop's type (a constructor function) or advanced options.
0 commit comments