Element UI simple learning + add, delete, modify and check based on springboot

Element UI simple learning + add, delete, modify and check based on springboot Sample demonstration Springngbooy + Vue realizes simple addition, deletion, modification and query (simple separation of front and rear ends) How to launch our vue ui Our element ui created here is designed We are graphical ui (graphical interface) ...

Posted by Guardian-Mage on Sun, 06 Mar 2022 16:09:34 +0100

vue routing path update page does not switch

The switching of Vue router is different from the traditional page switching. The switching between routes is actually the switching between components, not the real page switching. This will also lead to a problem, that is, when the same component is referenced, the component cannot be updated, that is, the page in our mouth cannot be updated. ...

Posted by UseeHere on Sat, 15 Jan 2022 20:44:07 +0100

elementUI complex form validation

Today, I will summarize the verification problems of complex forms. After learning, they can be directly used in actual development. I believe they will be helpful to you in actual projects. We all know that the elementUI component library has been improved. Today, let's take a look at its common form components. Generally, form modules that me ...

Posted by phuggett on Wed, 05 Jan 2022 11:29:15 +0100

Detailed explanation of element El select selector (drop-down box)

1. Purpose El select is a selector used to select one (or more) of several candidates. In traditional web page development, selector is often called drop-down box and drop-down list, which is one of the most commonly used form elements. 2. Data binding The data of El select can come from several fixed options, or bind an array through v ...

Posted by ricroma on Wed, 29 Dec 2021 20:33:35 +0100

Dart series: the exclusive domain of HTML. In addition to javascript, dart can also be used

brief introduction Although dart can be used as both client and server, dart is basically used as the basic language for fluent development. In addition to Android and ios, the web is the most common and common platform. Dart also provides native support for HTML, which is dart:html package. dart:html provides various useful operations on DOM ...

Posted by wafawj on Tue, 07 Dec 2021 20:17:18 +0100

JavaScript Sanitizer API: the native WEB security API appears

On October 18, the Web Platform Incubator Community Group in W3C published the draft specification of HTML Sanitizer API. This draft is used to solve the problem of how browsers solve XSS attacks. XSS cross site scripting attacks are a headache for developers in network security. This attack usually refers to injecting malicious instruction ...

Posted by jackohara on Wed, 01 Dec 2021 19:55:14 +0100

vue+element: use lazy loading or remote search when there is too much data in the El select drop-down box

Recently, a lot is too laggy to cause too much card or even stuck. Search lazy loading and remote search methods. 1. El select lazy loading The data in the El select selector is returned through the back end. Nearly 20000 pieces of data are returned here. Click the selector page to open the special card, so it is best to use the lazy loading me ...

Posted by MLJJ on Mon, 01 Nov 2021 18:42:41 +0100