The dynamic particle effects are as follows:Install the pluginnpm install vue-particles --save-dev Import globally in main.js file import VueParticles from 'vue-particles' Vue.use(VueParticles) Use in vue file <vue-particles color="#409EFF" :particleOpacity="0.7" :particlesNumber="60" shapeType="circle" :particleSize="6" linesColor="#409EFF" :linesWidth="1" :lineLinked="true" :lineOpacity="0.4" :linesDistance="150" :moveSpeed="3" :hoverEffect="true" hoverMode="grab" :clickEffect="true" clickMode="push"> </vue-particles> Use dynamic particles as the background image. When a new div needs to be presented, you will find that the div cannot cover the vue-particles content and will be displayed later in turn. Therefore, <style> #particles-js { width: 100%; height: calc(100% - 100px); position: absolute; } </style> About the above attributes:
This is the end of this article about the implementation of the dynamic particle background plug-in for the Vue login page. For more related Vue dynamic particle background content, please search 123WORDPRESS.COM's previous articles or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: mysql-8.0.16 winx64 latest installation tutorial with pictures and text
>>: How to install a virtual machine with Windows services on Mac
This article shares the specific code of the vue-...
Vue $http get and post request cross-domain probl...
MySQL slow query, whose full name is slow query l...
This article shares the specific code of native j...
The default remote repository of Nexus is https:/...
For any DBMS, indexes are the most important fact...
Related articles: Install Docker using yum under ...
Table of contents summary Environment and tool pr...
The solution to the transparent font problem after...
Table of contents Previous words Usage scenarios ...
Table of contents definition structure Examples C...
After the container is started Log in to admin fi...
Table of contents Tutorial Series 1. MySQL Archit...
Mainly use the preserve-3d and perspective proper...
Tutorial Series MySQL series: Basic concepts of M...