logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Vue中报错Error in v-on handler: “TypeError: dateObject.getTime is not a function“

发现在vue项目里修改更新数据功能,提交更改后的表单数据报错。TypeError: dateObject.getTime is not a function时间数据有问题找到原因是rules中type:'date’造成的,因为初始化成了string类型。在表单中重新选择时间后此处的时间会变成字符串格式。解决方法:在rules中的日期验证上删除*type:‘date’,...

#vue.js#elementui#前端
Vue出现报错Uncaught TypeError: vue__WEBPACK_IMPORTED_MODULE_0__.default.user is not a function

Vue代码报错:Uncaught TypeError: vue__WEBPACK_IMPORTED_MODUL_0__.default.user is not a function解决方法:查看js文件下 是不是Vue.use写成了user把user改回use就没有报错了

#vue.js#前端
sourceTree使用报错account has been locked. To unlock it and log in again you mustsolve a CAPTCHA

Your Bitbucket account has been locked. To unlock it and log in again you mustsolve a CAPTCHA. This is typically caused by too many attempts to login with anincorrect password. The account lock preven

#css#前端#阿里云
SourceTree报错fatal:Authentication failed for解决办法

sourceTree遇到报错fatal:Authentication failed for…无法clone和拉取仓库代码。重登账号也解决不了,原因是连接远程的账号密码有问题 。解决办法:首先找到sourceTree的passwd文件位置C:\Users\users\AppData\Local\Atlassian\SourceTree找到此文件删除下次使用sourceTree时会提示重新输入账号密码

#git
到底了