### Describe the Question / 问题描述 我对前端不是很深入 我有这样的一个需求 我需要把数据不断的传给子组件 <RollerPrint :product-model="getProductModelLabel" :batch-number="getProductBatchLabel" :roller-size-data="roller_size_data" :product-code="product_code" /> 然后再去打印 我是否可以做到批量打印呢 每个打印的页面都是基于我渲染的不同数据