vue 踩坑記錄 cannot read property xxx of undefined
專案使用了swiper輪播圖,本來好好的,但是渲染完資料後
r
e
f
s
.
s
w
i
p
e
r
N
a
m
e
.
refs.swiperName.
refs.swiperName.swiper 跟著失效了,渲染的資料地方也報 undefined ,雖然資料可以渲染出來。
原因:
複雜資料接收時需要指定內部結構,因為Vue只能讀取其原始的資料結構,後面再加進去的會出問題。
如:
goods:[]
//要指定內部結構:
goods:[
detail:{},
shopList:[]
]
swiper沒啥事 是因為這個問題間接導致的。
相關文章
- Cannot read property ‘aDataSort‘ of undefinedUndefined
- js提示Cannot read property ‘replace‘ of undefinedJSUndefined
- echarts:Uncaught TypeError: Cannot read property '0' of undefinedEchartsErrorUndefined
- 前端報錯:cannot read property length of undefined前端Undefined
- [Vue warn]: Error in render: "TypeError: Cannot read property 'matched' of undefined" found in <App> at src/App.vueVueErrorUndefinedAPP
- cannot read prpperty ‘start‘ of undefined(問題記錄)Undefined
- 執行專案報錯Cannot read property 'styles' of undefinedUndefined
- Appium dmg 安裝:[TypeError: Cannot read property 'replace' of undefined]APPErrorUndefined
- vue 中引用echarts 初始化init undefind問題(Cannot read property ‘init‘ of undefined)VueEchartsUndefined
- [譯] 避免那些可惡的 "cannot read property of undefined" 錯誤Undefined
- vue-router.esm.js?fe87:2210 TypeError: Cannot read property ‘$createElement‘ of undefinedVueJSErrorUndefined
- el-tree 報錯 TypeError: Cannot read property ‘setCheckedKeys‘ of undefined“ErrorUndefined
- 使用req.session.xxx時出現 Cannot set property ‘xxxx‘ of undefinedSessionUndefined
- vue+echarts報錯Cannot read property ‘init‘ of underfinedVueEcharts
- Laragon 編譯 Vue 踩坑記錄Go編譯Vue
- BUG——AngularJS:Cannot set property ‘pic‘ of undefinedAngularJSUndefined
- Laravel Mix 編譯 Vue 踩坑記錄Laravel編譯Vue
- vue 踩坑記Vue
- 從0開始學VUE - 踩坑記錄Vue
- ant-ui+vue3使用踩坑記錄UIVue
- laravel踩坑記錄Laravel
- sealos踩坑記錄
- DietPi踩坑記錄
- Vite + Vue3 動態路由 - 踩坑記錄ViteVue路由
- Cannot set property ‘type‘ of null(vue)NullVue
- strtotime 踩坑記錄
- ABP框架踩坑記錄框架
- Electron工程踩坑記錄
- gorm踩坑記錄(一)GoORM
- MySQL_踩坑記錄MySql
- vue-awesome-form的實現及踩坑記錄VueORM
- 使用vue-cli3建立專案,踩坑記錄Vue
- (排坑) Cannot create property 'key' on boolean 'true'Boolean
- vue + typescript 踩坑筆記(一)VueTypeScript筆記
- vue + typescript 踩坑筆記(二)VueTypeScript筆記
- Vue踩坑筆記(更新ing)Vue筆記
- vue中使用protobuf踩坑記Vue
- Laravel7 踩坑記錄Laravel