In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly introduces the relevant knowledge of vue how to correctly use the create,mounted calling method, the content is detailed and easy to understand, the operation is simple and fast, and has a certain reference value. I believe you will gain something after reading this article on how to correctly use the create,mounted calling method in vue. Let's take a look at it.
Call a method using create,mounted
First of all:
I had a wrong way of writing before.
There are 2 errors.
1. I always thought that the method was defined in created and then used, but in fact, the getCustomerInfo here is just a call to
2. All methods should be defined in methods, and then call the method in created or mounted using this to initialize it.
Write it correctly:
In this way, the page initializes the information at the beginning, and after modifying the information, the getCustomerInfo () method is executed to refresh the data, which makes the refresh function more concise and efficient.
The difference between mounted method and created
The created method is an operation on dom before the page is initialized.
The mounted method is an operation on dom after the page is initialized.
So why is there such a distinction?
Some requirements can only be requested after the page is loaded, such as using document.getElementById ("") in id,js.
This is the end of the article on "how to use create,mounted invocation methods correctly by vue". Thank you for reading! I believe you all have a certain understanding of "how to correctly use create,mounted calling method in vue". If you want to learn more, you are welcome to follow the industry information channel.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.