Vue报错: Property or method "changeLoginType" is not defined on the instance but referenced during render

原因

我这里是因为我代码中的方法不存在,我漏写了,后补充上就好了

image

解决方案

在methods中添加如下代码:

// 修改登录状态
changeLoginType(bool){
   this.loginType = bool
}
posted @ 2021-10-07 19:00  胸怀丶若谷  阅读(416)  评论(0编辑  收藏  举报