move to NUXT

This commit is contained in:
Front 2022-01-24 18:16:53 -05:00
parent b1cbd47ed1
commit ab6e8b2faf
20 changed files with 17 additions and 3 deletions

View File

View File

@ -1,11 +1,16 @@
<template> <template>
<v-app dark> <v-app dark>
<v-card v-model="value" class="topNav rounded-0">
<span>NotShitTube</span>
</v-card>
<v-app-content> <v-app-content>
<nuxt /> <nuxt />
</v-app-content> </v-app-content>
<v-bottom-navigation v-model="value" class="bottomNav rounded-0">
<v-bottom-navigation v-model="value" >
<v-btn v-for="(item, i) in tabs" :key="i"> <v-btn v-for="(item, i) in tabs" :key="i">
<span v-text="item.name" /> <span v-text="item.name" />
@ -17,6 +22,16 @@
</v-app> </v-app>
</template> </template>
<style scoped>
.topNav {
padding: 1em;
}
.bottomNav {
position: absolute;
bottom: 0;
}
</style>
<script> <script>
export default { export default {
data: () => ({ data: () => ({

View File

@ -5,7 +5,6 @@
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "BetterTube",
"version": "1.0.0", "version": "1.0.0",
"dependencies": { "dependencies": {
"core-js": "^3.19.3", "core-js": "^3.19.3",

View File

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

Before

Width:  |  Height:  |  Size: 539 B

After

Width:  |  Height:  |  Size: 539 B