props in parent-child component communication
Props is a way for parent-child components to communicate. We also call it forward value transfer, that is, the parent c...
Vue basic 3--vue component communication
1. vue assembly 1.1 vue components_ concept Componentization: the idea of encapsulation encapsulates the reusable parts ...
vue basic grammar - Crazy God
1,v-bind We have successfully created the first Vue application! It looks very similar to rendering a string template, b...
D3.js Create Force Directed Map (V4)
D3.js Create Force Directed Map (V4) _Reference for this article: https://blog.csdn.net/juzipidemimi/article/details/100...
Deeply understand the communication mode of data transfer from the child component of Vue component to the parent component. Read this article in detail. It is recommended to collect
catalogue
There are many communication methods for Vue ch...
Vue + element UI custom theme, custom theme switching
Record the problems encountered in the project, and provide a choice fo...
Domain Driven Design - Code catalog specification
Reprinted from https://github.com/Vincedream/ddd-fe-demo
...
Uniapp development: uniapp can quickly experience the setup syntax sugar of vue3.2. How to use it is cool
catalogue outlinesetup syntax for the prologueLifecycle hookComparison between ref function and reactive functioncompute...
Find out when Vue should use computed and watch
The two important features of Vue framework, computed and watch, are similar before. Today, let's talk about why there a...
Vue cli is packaged and deployed to nginx server
Reprinted from: https://www.cnblogs.com/mmzuo-798/p/9273754.html Recently, the company used vue for cloud platfo...
Home page navigation + left menu of SPA project development
Course objectives 1.mock.js simulates responding to Ajax requests 2. Construction of front desk main interface 3. Lef...
Build a vue project based on vite from scratch
Create vue project with vite Here we have installed the vite environment by default. If you have any questions, please r...
Application of policy and state mode - when the tab is switched, the chart content changes (two to one)
Note: this blog does not talk about the principle. If you don't understand it, please supplement the relevant contents s...
vueJs parent-child component communication
Parent child component communication Child components cannot reference the data of parent components or Vue instances. ...
The role of attribute key in vue (know diff), why not recommend index as key
1. Description of key in official documents The special attribute of key is mainly used in Vue's virtual DOM algorithm t...
Free blog space, beautiful VuePress
1. Configure GitHub Pages GitHub creates a new repository. Fill in the name of the repository. The naming rules are as ...
Vue3.x basic notes
Vue3.x Vue3 rewrites with TS vue-cli3 directory structure node_modules: Storage dependent packages public: The static ...
Introduction and use of ESLin and problems that ESLin cannot use
1. What is eslint ESLint Is a code checking tool used to check whether your code meets the specified specifications (for...
Vue component programming and initialization
Component programming and initialization Non single file component - a file contains n components (n > 1) Single fi...
vue import sql editor
Some configuration items of sql editor (for more configuration items, refer to: https://blog.csdn.net/JLU_Lei/article/de...
Realize the two-way binding of vue
There are several ways to implement data binding:
Publish...
The new setup function for vue3.x will be used after reading it
Recently, a little partner has talked to me about setup function, because they are used to the vue2.x writing, which mak...
I heard that ES6 has added a Symbol data type that can be different
preface
Hello, guys. I wonder if you have enc...
SpringBoot integrates spring security to realize permission control: user management
Catalogue of series articles SpringBoot integrates SpringSecurity to realize permission control (I): implementation prin...
Detailed explanation of vue case Xiaohei Notepad
Hello, I haven't learned much today, but I met a very interesting vue case. I think I...
css to achieve unilateral oblique cutting effect
demand In the UI diagram, there is a need for oblique cutting patterns. A progress bar with variable progress items is a...