src/views/dashboard/Analysis.vue
@@ -1,7 +1,8 @@ <template> <Component :is="currentSignage" :userType="userType" :productionCode="productionCode" @switchToNextSignage="switchToNextSignage" @backToLastSignage="backToLastSignage"> </Component> <!--<Component :is="currentSignage" :userType="userType" :productionCode="productionCode"--> <!--:workshopSectionProductionCode="workshopSectionProductionCode"--> <!--@switchToNextSignage="switchToNextSignage" @backToLastSignage="backToLastSignage">--> <!--</Component>--> </template> <script>