Category:VUE
-
Time:2021-3-5
In the project, we need to make a price calendar to display and modify the date and price. Let’s take a look at the final effect first, and then use the table and calendar of elementui to realize it. Let’s take a look at the main code (the code only retains the main code and […]
-
Time:2021-3-4
A series of articles: Vue to achieve studio management background (1): mouse drag and drop to change the window size Vue to achieve studio management background (2): slot to achieve tab tab switching effect, free to fill content Realizing studio management background with Vue (3): supporting multilingual internationalization (vue-i18n) The first version of rxeditor is […]
-
Time:2021-3-3
Some friends often ask about how to realize im with goeasy. Today, I will take you hand in hand to realize a complete IM chat with goeasy from beginning to end. The full set of code has been put in gitee. Today’s front-end technology development can be described as a hundred flowers of contention. In […]
-
Time:2021-3-2
Background management system vue-admin Vue based nuxt.js The background framework of service rendering framework uses docker deployment mode. Function introduction [x] User module [x] Sign up [x] Find the password [] mailbox activation [x] User Tags User grouping [x] Article module [x] Add, delete, change and search [x] Label management [ ] Message module [x] […]
-
Time:2021-3-1
The number is multiplied by the n-th power of 10, converted into an integer that the computer can accurately identify, and then divided by the n-th power of 10 JS precision console.log(0.1+0.2) // 0.30000000000000004 calculation Var x = 4.23323; // number of tests Var y = string (x). Indexof (“.) + 1; // get the […]
-
Time:2021-2-27
Double question mark grammar Double question mark grammarThe concept is to return the value on the right when the value on the left is null or undefined let Form = undefined ?? true; //Form = true Alternative chain syntax ? optional chain //Optional chain let body = { value: { a: ‘123321’ } } let […]
-
Time:2021-2-26
In recent years, whether it is the fast-growing live broadcast, distance education and IM chat scene, or the system reminder used in the conventional enterprise level system, the demand for websocket is increasing, and the demand for websocket is also increasing. From the early application of websocket was limited to a small number of functions […]
-
Time:2021-2-25
A series of articles: Wechat applet uses goeasy to realize websocket real-time communication Using goeasy to realize websocket real time communication in uniapp It doesn’t need to be downloaded and installed, and it can be quickly forwarded between wechat friends and wechat groups. Users only need to scan the code or click in wechat to […]
-
Time:2021-2-24
Detailed description of the project See the first postShare: an online markdown resume project completed by Vue + markdown entry name 1024 RESUME Project address websiteresume.1024.cool GitHub github.com/1024-cool/markdown-resu… Project background Jack is going to start a new career. There are a few things to do in job hunting. resume interview contract I don’t like many […]
-
Time:2021-2-23
Write one, return an object data() { return { req: {} }} Write method 2, do not return the object, directly mount to this data() { this.req= {} } The above two methods can get req objects, but the differences at least include:1. The req obtained by writing method 1 is responsive, while the req […]
-
Time:2021-2-21
Not long ago, I released theLike heroicons? Here’s an excellent heroicon for ❤️ Vue.js Components! Git preo bytegem/vue-heroiconsThis package! The purpose is to make the Vue.js Developers can easily and quickly use their heroicon in their own projects in the form of components. From the initial WIP version 0.1 iteration to the current version 0.3.1, […]
-
Time:2021-2-20
1、 Why use it?Previously, jQuery was basically used. JQuery is based on DOM operation. MVVM development mode also liberates the front end from the original DOM operation. We no longer need to spend a lot of time on maintaining the unification of view and data. We just need to focus on the change of data, […]