parent
-
Type:
Vue instance
-
Details:
Specify the parent instance for the instance to be created. Establishes a parent-child relationship between the two. The parent will be accessible as
this.$parent
for the child, and the child will be pushed into the parent’s$children
array. -
See also: Parent-Child Communication
Please login to continue.