The English name of “QR Code” is “QR Code”. “QR” is the abbreviation of “Quick Response”, which reflects that this QR code has the characteristic of “ultra-high-speed reading”. “Quick Response Code” means “Quick response code”. npm downloadnpm install vue-qr --save Download Success: step(1) Importimport VueQr from 'vue-qr' (2) vue-qr parameters
Example<template> <div> <vue-qr :text="imgUrl" :size="250" :logoSrc="logo" :logoScale="0.2"> </vue-qr> </div> </template> <script> import VueQr from 'vue-qr' export default { name:'', components:{ VueQr, }, data() { return { imgUrl: 'https://baidu.com', logo: require('@/assets/tea_128.png'), } }, methods:{ }, } </script> result: SummarizeThis article ends here. I hope it can be helpful to you. I also hope you can pay more attention to more content on 123WORDPRESS.COM! You may also be interested in:
|
<<: Sample code for making a drop-down menu using pure CSS
>>: The impact of limit on query performance in MySQL
<br />Choose the most practical one to talk ...
1. Go to the official website www.mysql.com and s...
Problem: The null type data returned by mybatis d...
1. Count the number of users whose default shell ...
This article mainly introduces how to specify par...
1. Download related tools and images Download Lin...
This article shares the specific code of React to...
When using Dreamweaver or FrontPage to create HTM...
Effect demo.html <html> <head> <me...
Form validation is one of the most commonly used ...
This article mainly introduces the dynamic SQL st...
Table of contents Function Introduction function ...
Table of contents Essential Difference Database s...
This article shares the specific code of JavaScri...
Problem background: There is a requirement to tak...