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> <template>
<div id="app"> <main rel="main" id="app">
<SiteHeader /> <SiteHeader />
<router-view /> <router-view />
<Footer /> <Footer />
</div> </main>
</template> </template>
<style lang="scss"> <style lang="scss">