Dynamic Tree + Data Table Paging for SPA Project Development

Article directory Dynamic Tree and tab Page Data Display and Paging Query Dynamic Tree and tab Page Let's go on with our last blog and continue with the transformation. First, we need to realize the dynamic display of the left-sidebar menu. Design of Database Menu Table Don't say much, just go t ...

Posted by tomdude48 on Sat, 05 Oct 2019 12:20:36 -0700

css realizes prism with text and shadow effect

Today, we develop a VUE project to achieve a UI effect. It feels good. Record it. Look at the effect map first. First of all, when I first saw the layout, I felt that it should be possible to rotate 45deg with a p tag, but after the rotation, the text also rotated. This problem is unacceptable; th ...

Posted by spyder on Fri, 04 Oct 2019 21:56:25 -0700

Spring Boot Vue Element Start-up Practical Registry Routing Cross-domain Interception

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. (1) Improving routing Create the above page, then configure the routing in index.js, and add the routing interception ...

Posted by hughesa on Fri, 04 Oct 2019 18:09:57 -0700

Using ali-oss to upload video pit in require

Using ali-oss to upload video in require Previous project trial vue framework, using ali-oss is no problem, the latest project trial require written, and then use ali-oss when there is a problem, when I upload video error, as follows: Previous project trial vue framework, using ali-oss is no probl ...

Posted by coops on Fri, 04 Oct 2019 17:24:54 -0700

Vue Actual Warfare - Evaluation List for Realizing Commodity Details Page (13)

In the first part, we realized the detailed page of the commodity. In this part, we realized the evaluation list of the detailed page of the commodity. Necessary data Here we give an example of data to clearly understand how these data are bound to the template. Data comes from the Foods parent component. When we select a product and jump to t ...

Posted by gillms1 on Fri, 04 Oct 2019 16:39:49 -0700

vue+iview blog, vue (SPA) single page, rich text compiler

An example of background management system solution based on Vue2 + iView2.0. Functions and components currently implemented Vue Page: iView2.0 List of articles, classification of articles Rich text box: quillEditor File upload: Use iView's own file upload componentProject address Use ...

Posted by willpower on Fri, 04 Oct 2019 09:14:27 -0700

Application of H5 dragging method in VUE

There are many pulling wheels on the Internet, but there are always some demands that the wheels can't meet. When the use of wheels can not meet their own needs, the use of H5 native dragging method has the following advantages: api is rich and flexible to implement drag-and-drop requirements It a ...

Posted by anita999 on Fri, 04 Oct 2019 08:59:00 -0700

Analysis of nextTick principle of vue

nextTick's official explanation in vue is to perform a delayed callback immediately after the end of the next DOM update cycle to retrieve the updated DOM. For microtasks (micro tasks) and macrotasks (macrotasks), Vue has been using microtasks until version 2.4, but its priority is too high. In some cases, it may occur to make time bubbles fast ...

Posted by leocon on Fri, 04 Oct 2019 01:15:29 -0700

Binding of v-model in Vue custom components

Binding of v-model in Vue custom components In the previous project, I found that there was a small problem with the component that I was cooperating with. The problem is that when the child component passes the value to the parent component, he has to define the event to receive it on the component label. This is not unworkable, but if we cust ...

Posted by munchy on Thu, 03 Oct 2019 08:20:29 -0700

Easy front end

Top Trading Front-end Architecture Building with vue-cli3 as a whole Frame selection vue family barrel + sass+ element-ui Code Specification Mandatory Use eslint-airbnb Standard The project is divided into architecture layer, business layer and view layer. Architecture layer needs to deal with request encapsulation, request interruption, exce ...

Posted by bradkenyon on Thu, 03 Oct 2019 08:04:22 -0700