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/index.md
+34Lines changed: 34 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -339,3 +339,37 @@ type: api
339
339
```
340
340
341
341
-**See also:**[Reactivity in Depth](/guide/reactivity.html).
342
+
343
+
### props
344
+
345
+
-**Type:**`Array | Object`
346
+
347
+
-**Details:**
348
+
349
+
A list/hash of attributes that are exposed to accept data from the parent component. It has a simple Array-based syntax and an alternative Object-based syntax that allows advanced configurations such as type checking, custom validation and default values.
0 commit comments