Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 431 Bytes

App.md

File metadata and controls

16 lines (9 loc) · 431 Bytes

App

The starting point of the app.

Components

v-app Defines the beginning of the app

<NavigationBar> Fixes the Navigationbar component at the top of the site

v-main The body for the different pages/views

router-view The router component that shows the different pages in the center

<Footer> At the bottom of the page

back to documentation