Home Web Front-end JS Tutorial How to use parent component to pass value to child component in vue-prop

How to use parent component to pass value to child component in vue-prop

Jun 02, 2018 pm 02:25 PM
use conduct

Below I will share with you an article on how to pass values ​​from a vue-prop parent component to a child component. It has a good reference value and I hope it will be helpful to everyone.

vue-prop is used by parent components to pass data to child components.

For example, the subcomponent is

child.vue

template: '<p>msg: {{msg}}</p>'
props: ['msg'],
Copy after login

We specify a data name in the subcomponent called msg

Write

<child msg="hello, vue.js!"></child>
Copy after login

in the parent component so that we can see msg in the child component: hello, vue.js!

The above is what I compiled for everyone, I hope It will be helpful to everyone in the future.

Related articles:

A kind of angular method-level cache annotation (decorator)

Solves the problem of vue routing change page data not being Refresh problem

Solve the problem of vue single page using keep-alive page to return without refreshing

The above is the detailed content of How to use parent component to pass value to child component in vue-prop. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to use magnet links How to use magnet links Feb 18, 2024 am 10:02 AM

How to use magnet links

How to use mdf and mds files How to use mdf and mds files Feb 19, 2024 pm 05:36 PM

How to use mdf and mds files

What software is crystaldiskmark? -How to use crystaldiskmark? What software is crystaldiskmark? -How to use crystaldiskmark? Mar 18, 2024 pm 02:58 PM

What software is crystaldiskmark? -How to use crystaldiskmark?

How to download foobar2000? -How to use foobar2000 How to download foobar2000? -How to use foobar2000 Mar 18, 2024 am 10:58 AM

How to download foobar2000? -How to use foobar2000

How to use NetEase Mailbox Master How to use NetEase Mailbox Master Mar 27, 2024 pm 05:32 PM

How to use NetEase Mailbox Master

How to use Baidu Netdisk app How to use Baidu Netdisk app Mar 27, 2024 pm 06:46 PM

How to use Baidu Netdisk app

How to use Xiaoai Speaker How to connect Xiaoai Speaker to mobile phone How to use Xiaoai Speaker How to connect Xiaoai Speaker to mobile phone Feb 22, 2024 pm 05:19 PM

How to use Xiaoai Speaker How to connect Xiaoai Speaker to mobile phone

BTCC tutorial: How to bind and use MetaMask wallet on BTCC exchange? BTCC tutorial: How to bind and use MetaMask wallet on BTCC exchange? Apr 26, 2024 am 09:40 AM

BTCC tutorial: How to bind and use MetaMask wallet on BTCC exchange?

See all articles