8 lines
106 B
Vue
8 lines
106 B
Vue
<template>
|
|
<topbar />
|
|
<main>
|
|
<router-view />
|
|
</main>
|
|
<site-footer />
|
|
</template>
|
|
|