- 博客(4)
- 收藏
- 关注
原创 新建仓库 git push 时Could not read from remote repository
Could not read from remote repository.Please make sure you have the correct access rightsand the repository exists.起因gitup新建了一个仓库,在本地项目准备链接到git远程仓库后进行push结果出现标题所示解决方案 // 执行git命令从新设置仓库远程链接地址 git remote set-url origin git@github.com:xxx/xxx.git git
2021-02-23 13:27:58 914 1
原创 webpack基础的一些配置
const path = require("path");// 引入html-webpack-plugin插件const HtmlWebpackPlugin = require("html-webpack-plugin");// 配置代码module.exports = { // 入口 entry: "./src/main.js", // 出口 output: { // 解析当前相对路径的绝对路径 path: path.join(__dirname, "./dist
2020-11-07 16:11:46 98
原创 关于vant组件list轮动加载事件中click事件失效踩坑记录
由来:由于项目需求要在列表页做分页效果,所有引入list官方组件触发下拉加载下一页数据,在使用过程中出现点击事件失效的情况. <van-list class="reserve-list" v-model="loading" :finished="finished" finished-text="没有更多了" @load="getReserveLis...
2019-12-23 11:54:22 2268 1
原创 vue中使用vant-ui的popup>picker组件在ios中出现底部弹出层高度丢失问题
解决代码:在popup中添加get-container="body"属性,作用是将弹出层挂载到body下 <van-popup get-container="body" :safe-area-inset-bottom="true" v-model="showReservaStatusPicker" posit...
2019-12-20 20:15:04 4807 3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人