| | |
| | | <template> |
| | | <Component :is="currentSignage" :userType="userType" :productionCode="productionCode" |
| | | :workshopSectionProductionCode="workshopSectionProductionCode" |
| | | @switchToNextSignage="switchToNextSignage" @backToLastSignage="backToLastSignage"> |
| | | </Component> |
| | | <!--<Component :is="currentSignage" :userType="userType" :productionCode="productionCode"--> |
| | | <!--:workshopSectionProductionCode="workshopSectionProductionCode"--> |
| | | <!--@switchToNextSignage="switchToNextSignage" @backToLastSignage="backToLastSignage">--> |
| | | <!--</Component>--> |
| | | </template> |
| | | |
| | | <script> |