javascript - vue parent-child component passes data
高洛峰
高洛峰 2017-06-26 10:57:44
0
4
1025

The parent component passes an array to the child component. This data needs to be called in the child component. How to pass it?

1. The child component uses props to receive the data of the parent component and cannot be used in js.
2. Use the wacth method to monitor and not execute it at all.

Please answer from the master. Thank you!

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(4)
小葫芦

Props cannot be used in js? How do you use it

扔个三星炸死你

Post the code and see how you use it?

代言

You should be talking about the child component modifying the data passed by the parent component.

vue2 now has a one-way data flow, and child components are not allowed to modify the data of the parent component. Please see the documentation for details.
Link: https://cn.vuejs.org/v2/guide... After clicking the link, search for One-way data flow
The document also has detailed instructions on how to handle the situation when a child component wants to operate the data of the parent component.

洪涛

On vueX

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template