因要在谷歌浏览器中把某个网页地址链接直接转化为二维码,供手机扫描访问。 但原生的谷歌浏览器中没有直接把网页地址转化为二维码的插件,故百度了学习了谷歌浏览器中安装对应插件QR Image from URL的方法,整理归档以供后续需要查阅。 附带介绍下 QR Image from URL QR Image from URL是一款可以把Chrome中当
Vue3+Vite报错:vite忽略.vue扩展名 Failed to resolve import … Does the file exist? 先看报错: 分析原因 原因是我们没有写后缀名 建议你在你的vite.config.js中加上如下配置 import { defineConfig } from "vite";import vue from "@vitejs/plugin-