Single Instance components are the ones that are used only once per view. For example the logo, the navbar, the side menu.
- Start with The
- Should be used only once per view
- For example TheNavbar, TheFooter, TheSideMenu, TheLogo
export default {
name: 'TheFooter'
}