Vue错误03:Property or method “xxx“ is not defined on the instance but referenced during render.
生活随笔
收集整理的這篇文章主要介紹了
Vue错误03:Property or method “xxx“ is not defined on the instance but referenced during render.
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
問題描述
根據已有數據,動態生成一個選擇器,但在設置了以后無法正常渲染如下:
同時,控制臺報錯:
組件里面的代碼如下:
js代碼:
問題解決:
定義v-for的時候,表達式"x in obj"中的obj不支持嵌套。即上述中的identity,將其移至外部,即與其他數據同級來解決問題。
同時,將v-for循環中的obj修改為非嵌套:
這樣問題即可得到解決
總結
以上是生活随笔為你收集整理的Vue错误03:Property or method “xxx“ is not defined on the instance but referenced during render.的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: js唤醒淘宝手机app
- 下一篇: 子网掩码与prefixLength长度的