Vue.js

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...
16:14 4 December 2021

Vue basic 3--vue component communication

1. vue assembly 1.1 vue components_ concept Componentization: the idea of encapsulation encapsulates the reusable parts ...
13:53 4 December 2021

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...
12:57 28 November 2021

Vue + element UI custom theme, custom theme switching

         Record the problems encountered in the project, and provide a choice fo...
19:31 26 November 2021

Domain Driven Design - Code catalog specification

Reprinted from https://github.com/Vincedream/ddd-fe-demo ...
5:04 26 November 2021

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...
19:32 22 November 2021

pdf preview in base64 format

pdf preview in base64 format In the project, ...
7:37 20 November 2021

Vue quickly learn and get started-5

Catalogue of series articles In the last issu...
22:42 12 November 2021

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...
16:57 12 November 2021

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...
2:39 10 November 2021

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...
5:03 8 November 2021

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...
19:01 2 November 2021

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 ...
19:57 31 October 2021

Vue3.x basic notes

Vue3.x Vue3 rewrites with TS vue-cli3 directory structure node_modules: Storage dependent packages public: The static ...
14:27 30 October 2021

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...
12:42 30 October 2021

Vue template syntax

catalogue 1, Interpolation 1. Text 2,html 3. Attributes 4...
4:01 30 October 2021

Vue component programming and initialization

Component programming and initialization Non single file component - a file contains n components (n > 1) Single fi...
12:25 29 October 2021

vue import sql editor

Some configuration items of sql editor (for more configuration items, refer to: https://blog.csdn.net/JLU_Lei/article/de...
23:00 25 October 2021

Realize the two-way binding of vue

There are several ways to implement data binding: Publish...
0:26 25 October 2021

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...
13:18 23 October 2021

I heard that ES6 has added a Symbol data type that can be different

preface Hello, guys. I wonder if you have enc...
16:39 19 October 2021

day3 -- common rendering & lifecycle

conditional rendering v-if = 'expression' ...
14:54 11 October 2021

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...
17:35 4 October 2021

Django + Vue Vue project creation

1. Installation of vue environment 1. Install NodeJS at:h...
12:51 27 September 2021

Vue: a simple understanding of Vue

1. The framework is to solve the complexity of development. Vue framework is to simplify template rendering, event bindi...
0:40 27 September 2021

Front end authentication implementation in vue project (menu permission, button permission)

During this period of time, I was busy. I participated in the research and development of a new B-end project of the com...
3:33 24 September 2021

Developing Chrome plug-ins using Vue

Original link:   Using Vue to develop Chrome plug-in - ashamed Xiaozhan (kuizuo.cn) preface When I was learning to ...
10:34 19 September 2021

15 pictures, 20 minutes to understand the core principle of Diff algorithm, I said!!!

preface Hello, everyone, in the daily intervi...
11:27 17 September 2021

How to understand shallow copy and deep copy

1, Data type storage There are two data types...
16:44 7 September 2021