You've already forked AstralRinth
forked from didirus/AstralRinth
Homepage base
This commit is contained in:
@@ -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
9
layouts/none.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<nuxt />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {}
|
||||
</script>
|
||||
|
||||
<style></style>
|
||||
Reference in New Issue
Block a user