上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: 开始得时候想用指令卸载,结果陷入不能卸载得循环中,气到爆炸,后来在文件夹中删除vue-cli文件,居然成功了。 具体步骤: 找到Vue-cli得文件,在C:\Users\Administrator\AppData\Roaming\npm\node_modules 文件下找到vue-cli文件,右键删 阅读全文
posted @ 2022-01-04 11:14 博客天天写 阅读(125) 评论(0) 推荐(0) 编辑
摘要: npm run dev 启动项目时报错 解决方法:指定html-webpack-plugin的版本。一般最新版的webpack兼容性不太好,所以一般会下载低版本的webpack,那么就导致你下载的webpack与html-webpack-plugin不匹配。 所以指定一下html-webpack-p 阅读全文
posted @ 2021-12-30 17:17 博客天天写 阅读(857) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-12-30 15:23 博客天天写 阅读(7199) 评论(0) 推荐(0) 编辑
摘要: 1.采用组件化模式,提高代码复用率,且让代码更好维护 2.声明式编码,让编码人员无需直接操作DOM, 提高代码开发效率 3.使用虚拟DOM+优秀的Diff算法,尽量服用DOM节点 阅读全文
posted @ 2021-12-24 16:08 博客天天写 阅读(75) 评论(0) 推荐(0) 编辑
摘要: // 设置滚动条样式 .content-container::-webkit-scrollbar { width: 7px; /*对垂直流动条有效*/ height: 10px; /*对水平流动条有效*/ } /*定义滚动条的轨道颜色、内阴影及圆角*/ .content-container::-we 阅读全文
posted @ 2021-11-16 15:04 博客天天写 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 意思是组件名字不对 标签写错了不能识别 会自动认为是标签引入错误 阅读全文
posted @ 2021-11-12 15:21 博客天天写 阅读(275) 评论(0) 推荐(0) 编辑
摘要: <ul class="product-title"> <template v-for="item in list.titleList"> <li :class="{'active': item.id tId }" :key="item.id" @click="clickTitle(item, ite 阅读全文
posted @ 2021-11-11 15:22 博客天天写 阅读(374) 评论(0) 推荐(0) 编辑
摘要: 首先描述一下我的思路: 1.之前发布的时候都能成功,非常确定只改了页面中某个文件的代码,没有动其他, 但是还是照常删除了node_modules文件, cnpm install初始化代码,随便console.log()然后提代码,再发布的时候还是失败 2.然后就在本地打包一下试试,记得一定是打包测试 阅读全文
posted @ 2021-10-27 16:39 博客天天写 阅读(639) 评论(0) 推荐(0) 编辑
摘要: 在 window.addEventListener('scroll', this.fixedActiveBtn,true)加了个true 就会成功 阅读全文
posted @ 2021-08-24 15:20 博客天天写 阅读(937) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-07-08 15:43 博客天天写 阅读(109) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页