[Vuejs]-Error when attempting to disable Navigation Buttons in VueJs

0👍

Add this to your TicketRunner.vue Component script:

computed: {
  ...mapGetters(['currentTicketCaseFiles'])
}

Leave a comment