vue.js

You can learn the Vue slot as soon as you learn it. Do you really want to take a look at it? (use scaffolding)

Table of contents I. Introduction Please pay attention to the complete content: Before you start: 2. Basic use of slot slots Subassembly: Parent component: Display of results: 3. Basic use of domain name slots Subassembly: Parent component: Show results: Notice: 4. How to obtain content from subcomponents through slots Subassembly parent component Show results: 5. Scope slot case Subassembly paren... »

uniapp – share on WeChat on ios and android, download by opening appStore and app store

The premise is that the iOS and Android versions of the app have been put on the AppStore and App Store. Open the official website of Yongyingbao App Markethttps://webcdn.m.qq.com/webapp/homepage/index.html#/ Search the app name in the search box to find the app and click to enter The link of the current page is the link that will be shared later through WeChat to jump to the App Store to download... »

uniapp implements interception before tabbar page jumps

Requirements encountered: After entering the mini program wxlogin request successfully and requesting another interface, a field value will be obtained. Based on this value, it can be judged whether to jump to the second tabaar page and a corresponding prompt will be given. use uni.addInterceptor uni.addInterceptor is generally a method used to intercept APIsspecifichttps://uniapp.dcloud.io/api/in... »

[H5 WeChat Authorization] Simple implementation of H5 page WeChat authorization function, WeChat developer tool reports system error, error code -1, undefined solution [Details]

Preface Recently I wrote about the H5 public account, which requires WeChat authorization.Here is a record of the authorization process and pitfalls encountered. picture After the authorization code is executed, it will jump to the authorized place. If there is no authorization, the authorization will be confirmed. If the authorization is passed, it will automatically log in directly and then jump... »

Design and implementation of epidemic drug purchase and delivery system based on Java+SpringBoot+vue+element

Blogger introduction:✌200,000+ fans across the entire network, csdn guest author, blog expert, Rising Star Program mentor, high-quality creator in the Java field, high-quality author on Blog Star, Nuggets/Huawei Cloud/Alibaba Cloud/InfoQ and other platforms, focusing on Java technology and graduation projects Actual combat✌ 🍅Get in touch at the end of the article🍅Recommended wonderful columns Java... »

Solve vue multi-level routing cache failure Solve the multi-level routing cache problem based on keep-alive vue keep-alive cache failure vue-element-admin multi-level routing cache failure

The routing menu exceeds the third level cache and is invalid. usedvue-element-adminMy friends must know very well that the configuration of routing is directly related to the display of the sidebar navigation menu. Thanks to this design idea, almost most background frameworks adopt this solution. However, there is an obvious problem with this solution. In order to implement a multi-level sidebar ... »

Implement drag and drop sorting in vue

Native drag API implements drag and drop Set element dragable Set the draggable attribute of the element to true (the draggable attribute of the text image link defaults to true) and the element can be dragged and dropped. <div :draggable="true">drag</div> drag and drop event There are two types of elements involved in the drag and drop process, one is the dragged element (source objec... »

Vue learning from beginner to advanced (20,000-word collection)

write in front A few days ago, I discovered a giant artificial intelligence learning website. It is easy to understand and humorous. I can’t help but share it with everyone:Artificial Intelligence Learning Website Vue write in frontPrefaceThree installation methods of Vue.js1. Vue import2. Vue basic syntax1.Hook function2. Interpolation expression3. Display data (v-text and v-html)4. Data two-way ... »

Android and Vue page interaction

1.Load html private void initView() { WebSettings webSettings1 = webview.getSettings(); webSettings1.setJavaScriptEnabled(true); webSettings1.setCacheMode(WebSettings.LOAD_NO_CACHE); //Close cache in webview webview.getSettings().setUseWideViewPort(true); webSettings1.setLoadWithOverviewMode(true); // Zoom to the size of the screen webSettings1.setSupportZoom(true); //Support zooming, the default ... »

Vue learning from beginner to advanced (20,000-word collection)

write in front A few days ago, I discovered a giant artificial intelligence learning website. It is easy to understand and humorous. I can’t help but share it with everyone:Artificial Intelligence Learning Website Vue write in frontPrefaceThree installation methods of Vue.js1. Vue import2. Vue basic syntax1.Hook function2. Interpolation expression3. Display data (v-text and v-html)4. Data two-way ... »

Page 1 of 37123»