Uncaught TypeError: Cannot read property 'childComponent' of undefined
獲取子組件實例:this.$refs.*.childComponent(),如上報錯拼岳!
解決方式:setTimeOut
setTimeout(()=>{
this.$refs.*.childComponent();
},10)
Uncaught TypeError: Cannot read property 'childComponent' of undefined
獲取子組件實例:this.$refs.*.childComponent(),如上報錯拼岳!
解決方式:setTimeOut
setTimeout(()=>{
this.$refs.*.childComponent();
},10)