Pro tip: if you want to make a Vue component show up and are too lazy to configure the app state to show the component, you can always just put the v-show logic behind a computed property, and make that computed property always return true.
#VueJS #CodeNewbie