Home > Web Front-end > JS Tutorial > body text

Use Vue.set to dynamically add object properties in Vue

亚连
Release: 2018-06-05 11:44:02
Original
2888 people have browsed it

Below I will share with you an article on Vue's Vue.set method to dynamically add object attributes. It has a good reference value and I hope it will be helpful to everyone.

When we add a new attribute to an object that is observed in props or data, we cannot add it directly. We must use the Vue.set method.

The Vue.set method is used to add new object properties. If the object to which the attribute is to be added is responsive, then this method can ensure that the attribute is also responsive after being created, and at the same time triggers a view update.

There is no food object here. count attribute, if we want to add the count attribute to it, we must use the Vue.set method instead of writing 'this.food.count = 1'

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

Related articles:

Using vuex under vue-cli (detailed tutorial)

How to use vue-cli to write vue plug-ins

How to use ngrok express to solve the WeChat interface debugging problem

The above is the detailed content of Use Vue.set to dynamically add object properties in Vue. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
vue
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!