Error when using element-ui drop-down box option value for object in vue project
When doing background management, we use vue with element UI, axios plug-in for request method, because I need to get other values of the select ed options, so I need to pass in the object. Baidu has not read the documents of the drop-down box very carefully. Baidu has read several articles and has not understood their meaning. Then she goes to ...
Posted by new@php on Fri, 23 Aug 2019 05:48:15 +0200
Vue Foundation (Data Request, Component, Attribute, etc.)
Vue Foundation (Data Request, Component, Attribute, etc.)
axios&&fetch
Purpose: To use data requests in frameworks
Data Request
Using fetch provided by native js
Using third-party encapsulation libraries: axios
axios can be mounte ...
Posted by methodman on Thu, 22 Aug 2019 13:50:58 +0200
[vue] Nodejs & NPM ECMAScript6 Routing Web Pack Packaging vue_cli (Scaffolding)
Front-end Technology
1.1 Course Arrangement
1.2 Front-end Technology Understanding (Understanding below)
1.2.1 Front-end Development History
1.2.2 New Concept Interpretation
1.2.2.1 Node.js
...
Posted by webing on Thu, 22 Aug 2019 08:20:18 +0200
Element el-upload upload component details
Original Link: https://segmentfault.com/a/1190000013796215
Upload upload is a common feature in front-end development, and Element component libraries commonly used in Vue development also provide very useful upload components.
Upload upload ...
Posted by olechka on Wed, 21 Aug 2019 03:47:15 +0200
vue View Renewal Principle and nextTick() Principle
vue View Updating Principle
Tracking changes When you pass a normal JavaScript object into a Vue instance as a data option, Vue will traverse all the attributes of the object and use Object.defineProperty to convert all these attributes to getter/setter.
Asynchronous update queue Vue updates DOM asynchronously. As long as data changes are ...
Posted by pgsjoe on Tue, 20 Aug 2019 08:32:38 +0200
Automatic generation of vue routing files using web pack plug-ins
A web pack plug-in that automatically generates vue routing files vue-route-webpack-plugin The pilot project has been successful, and now there is no need to maintain the routing configuration file in the project. It is automatically generated by plug-ins, which saves the time of routing maintenance.
In the long run, using plug-ins to automatic ...
Posted by bruckerrlb on Mon, 19 Aug 2019 11:18:51 +0200
session Problem of Front-end and Back-end Separation
[session Problem --- Pit Jumping + Pit Climbing]
session Foundation Points:
Session is session control. The session object stores the properties or configuration information required by a particular user session. When users jump between the web ...
Posted by psyqosis on Sun, 18 Aug 2019 15:34:17 +0200
Spring Boot Vue Element Initial Practical router Routing Configuration
This blog is originally created by the author. It is forbidden to reprint without permission. Please respect the originality! If you have any questions, please contact QQ509961766.
Due to the lack of routing support in Vue development, Vue-router p ...
Posted by Apenvolkje on Sat, 17 Aug 2019 08:09:34 +0200
Vue project optimization
In the daily development of Vue project, with the increasing responsibility of business and the increasing amount of code, the problem is that the volume of packaged vendor.js is too large, which leads to the long time of loading space-time white pages and the poor experience for users. So we need to reduce the volume of vendor.js and solve thi ...
Posted by cbj4074 on Thu, 15 Aug 2019 15:13:56 +0200
[Vue Principle] Events of generate Splice Binding in Compile-Source Edition
It's not easy to write articles. Give a compliment to your brother. Focus on Vue source code sharing, the article is divided into vernacular version and source version, vernacular version helps to understand the working principle, source version helps to understand the internal details, let's learn together.Research based on Vue version [2.5.1 ...
Posted by IanM on Tue, 13 Aug 2019 09:18:32 +0200