摘要: 怎么能用vue实现扫描二维码跳转页面功能 1. 安装依赖 npm install vue-qr --save 2. <template> <div> <div id="qrcode" ref="qrcode"></div> </div> </template> <script> import QRC 阅读全文
posted @ 2021-08-28 13:27 阿轩丶 阅读(2574) 评论(0) 推荐(0) 编辑
摘要: 1. npm install echarts --save 2. 在main.js文件中 import echarts from 'echarts' Vue.prototype.$echarts = echarts 3. 在展示的组建中 <template> <div id="main" style 阅读全文
posted @ 2021-08-28 10:53 阿轩丶 阅读(1366) 评论(0) 推荐(0) 编辑