Fixes at the end

Let's have a look at the following fixes:

  • Fixswitch board from menu does not work: The implementation of BoardPage.vue doesn't work when we switch boards from the Boards menu in the header. The cause of the issue is that we only load the board when we enter the router. After that, switching boards using the Board menu doesn't really trigger the router entering, instead, it triggers an update to the router. The fix is to move the logic for loading the board data into a standalone method and invoke it from both the beforeRouteEnter() navigation guard and the beforeRouteUpdate() navigation guard:
Figure 12.11: Fix switch board from menu not work commit
  • Fixadd missing mapping of the board page:
Figure 12.12: Fix add missing mapping of board page commit
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.148.107.254