當(dāng)前位置:
首頁 >
Vue错误03:Property or method “xxx“ is not defined on the instance but referenced during render.
發(fā)布時(shí)間:2023/12/20
43
豆豆
生活随笔
收集整理的這篇文章主要介紹了
Vue错误03:Property or method “xxx“ is not defined on the instance but referenced during render.
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
問題描述
根據(jù)已有數(shù)據(jù),動(dòng)態(tài)生成一個(gè)選擇器,但在設(shè)置了以后無法正常渲染如下:
同時(shí),控制臺(tái)報(bào)錯(cuò):
組件里面的代碼如下:
js代碼:
問題解決:
定義v-for的時(shí)候,表達(dá)式"x in obj"中的obj不支持嵌套。即上述中的identity,將其移至外部,即與其他數(shù)據(jù)同級(jí)來解決問題。
同時(shí),將v-for循環(huán)中的obj修改為非嵌套:
這樣問題即可得到解決
總結(jié)
以上是生活随笔為你收集整理的Vue错误03:Property or method “xxx“ is not defined on the instance but referenced during render.的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: js唤醒淘宝手机app
- 下一篇: [vuex] unknown mutat