2023/5/13

qrcodejs2报错TypeError:Cannot read properties of undefined(reading‘_android‘)

背景 vue2的项目想要更改为vite打包,一些配置都改了但是运行项目后报错 TypeError:Cannot read prope…

  • web随笔记录前端
  • 2023/5/13
  • 米阳
  • 187
  • 2023/5/6

    webpack项目转为vite

    背景 最近公司有新项目,在技术选型上选择了vite+vue3,vite的好处就不多说了 ,新项目创建后运行报错…

  • web随笔记录前端
  • 2023/5/6
  • 米阳
  • 240
  • 2023/5/6

    Vite 不支持 require 解决方案

    require() Node.JS 原生方法,以CommonJS方式加载模块/文件/图片; Webpack 默认支持,Vite不支持; …

  • web随笔记录前端
  • 2023/5/6
  • 米阳
  • 252
  • 2023/5/6

    VSCode使用正则表达式查找替换

    在VSCode中大家常用操作Ctrl+Shift+F(项目查询) 或 Ctrl+F(文件内查询) 再或者 用到 Ctrl+Shift+H(整…

  • 工具
  • 2023/5/6
  • 米阳
  • 217