Tag changed from div to main

This commit is contained in:
Kamil Niemczycki 2022-01-05 12:12:51 +01:00
parent 28aab6a68b
commit 49c153ee38

View File

@ -1,9 +1,9 @@
<template>
<div id="app">
<main rel="main" id="app">
<SiteHeader />
<router-view />
<Footer />
</div>
</main>
</template>
<style lang="scss">