vite5报错Uncaught ReferenceError: require is not defined的代替方案
摘要:const files = import.meta.glob('./*.js',{eager:true}) //会得到一个对象 注意引入路径里绝对不能带有变量,会报错 //{eager:true}是定义是否同步引入的参数,去掉会得到几个异步函数,根据自己的需求写就行了 console.log(fil
阅读全文
posted @
2023-12-11 16:44
写最骚的代码
阅读(561)
推荐(0) 编辑
svg+css实现带灰色背景的loading加载动画组件
摘要:<template> <svg class="load" viewBox="25 25 50 50" :style="{ width: loadWidth, height: loadWidth }" > <circle class="loading_bg" cx="50" cy="50" r="20
阅读全文
posted @
2023-12-06 10:36
写最骚的代码
阅读(150)
推荐(0) 编辑