vue中父組件傳值給子組件,父組件值改變,子組件不能從新渲染

1在子組件中用watch()監聽值的改變,不一樣的類型的要用不一樣的監聽方法this props: {   echartStyle: {     type: Object,     default() {       return {}     }},     titleText: {       type: String,       default: ''     },     tooltip
相關文章
相關標籤/搜索