parent

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

doc_VueJS
2016-09-25 05:48:11
Comments
Leave a Comment

Please login to continue.