当前位置: 代码迷 >> 综合 >> vue.js父组件传值给子组件
  详细解决方案

vue.js父组件传值给子组件

热度:52   发布时间:2024-02-27 13:37:58.0

父组件内:

<ReceiptModal :selection-rows="selectionRows"/>

子组件内:

props: {selectionRows: {type: Array}
}

showtooltip 

  相关解决方案