Vue中this.$parent的作用

this.$parent 可以访问到父组件 上所有的 data(){ 里的数据信息和生命周期方法,methods里的方法 }!

你可能感兴趣的:(vue,vue)