当前位置: 首页 > Web前端 > HTML5

[Vuewarn]-Methodxxhasalreadybeendefinedasaprop

时间:2023-04-04 23:41:36 HTML5

报错如下Vuewran]:Method"onLogin"hasalreadybeendefinedasaprop.原因:在一个组件中,props、data、computed、methods都会被挂载到vue实例(vm)上,所以不能通过重命名来解决:1.命名避免重命名2.watch监控中写