Homepage base

This commit is contained in:
Jai A
2020-09-30 22:37:34 -07:00
parent fb38573b7e
commit 1c0cc8e91c
7 changed files with 210 additions and 2 deletions

View File

@@ -211,7 +211,7 @@ export default {
theme: 'light',
}
},
mounted() {
beforeMount() {
const theme = localStorage.getItem('data-theme')
? localStorage.getItem('data-theme')
: 'light'

9
layouts/none.vue Normal file
View File

@@ -0,0 +1,9 @@
<template>
<nuxt />
</template>
<script>
export default {}
</script>
<style></style>