You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- When the user clicks on a "View Guide" button in the Search Page, the
app switches to the Guide Page and displays the contents of the guide.
- When the user clicks on the "Close Guide" button in the Guide Page,
the app switches back to the Search Page.
Note: I must explicitly close component tags (<page-guide></page-guide>)
because using self-closing tags (<page-guide />) breaks v-if logic.
For more information on this issue, see:
- https://vuejs.org/v2/style-guide/#Self-closing-components-strongly-recommended
- vuejs/eslint-plugin-vue#29
0 commit comments