摘要: <!-- 物品入库-待入库 --> <template> <div class="content"> <button @click="onImg">图片切换</button> <div class="cubeBox"> <ul class="cube"> <li><img class="img" : 阅读全文
posted @ 2023-03-03 13:29 太极面 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 在manifest.json中选好了插件,但打包时还是报错,可以看一下下方图片保证三个名字保持一致,再次尝试打包 阅读全文
posted @ 2023-02-27 17:39 太极面 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 方法1:jq import $ from 'jquery' <form id="frm-reg" :action="actionUrl"//上传地址 method="post" webkitdirectory accept="multipart/form-data" enctype="multipa 阅读全文
posted @ 2022-06-09 19:04 太极面 阅读(630) 评论(0) 推荐(0) 编辑
摘要: let arr = [{ '年龄': '13岁', '性别': '男', '姓名': '张三', '祖籍': '山东' }, { '性别': '男', '姓名': '李四', '年龄': '23 阅读全文
posted @ 2022-05-17 09:30 太极面 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 按照上图的选项进行勾选 阅读全文
posted @ 2022-02-25 10:57 太极面 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 1、Syntax Error: TypeError: token.type.endsWith is not a function 解决方法: 直接把 babel-eslint 降级, 写死为 ^8.2.2 删除 node_modules 重新下载依赖 2、Unexpected trailing co 阅读全文
posted @ 2022-01-10 15:39 太极面 阅读(3492) 评论(0) 推荐(0) 编辑
摘要: 1、npm install increase-memory-limit 2、npm run fix-memory-limit 3、删除依赖文件 4、npm i 5、npm run dev 阅读全文
posted @ 2021-07-02 09:14 太极面 阅读(1319) 评论(0) 推荐(0) 编辑
摘要: let myDate = new Date() let a = myDate.toLocaleDateString() a = a.replace(/\//g, '-') console.log(a) 阅读全文
posted @ 2021-01-06 14:21 太极面 阅读(761) 评论(0) 推荐(0) 编辑
摘要: 划掉价格:text-decoration:line-through 字间距:letter-spacing:4px; 阅读全文
posted @ 2020-09-26 09:03 太极面 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 在组件中写:Component({ options: { addGlobalClass: true, } }) 阅读全文
posted @ 2020-08-27 13:22 太极面 阅读(615) 评论(0) 推荐(0) 编辑