Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 16, 2024
1 parent a711888 commit 8141be8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ui/src/components/Layout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
<template v-slot:prepend>
<v-app-bar-nav-icon variant="text" @click.stop="drawer = !drawer"></v-app-bar-nav-icon>
</template>

<v-app-bar-title>FastServe</v-app-bar-title>
<v-spacer></v-spacer>
</v-app-bar>

<v-navigation-drawer>
<v-list-item link title="Applications" subtitle="Vuetify"></v-list-item>
<v-divider></v-divider>
<v-list-item link title="Image Generation" @click="handleNavItemSelect('Image Generation')"></v-list-item>
<v-list-item link title="Chat with PDF" @click="handleNavItemSelect('Chat with PDF')"></v-list-item>
</v-navigation-drawer>

<v-main>
<v-card fluid>
<template v-if="selectedNavItem === 'Image Generation'">
Expand All @@ -29,7 +29,7 @@
</v-main>
</v-layout>
</template>

<script>
import ImageCard from './ImageCard.vue';
import ChatBot from './ChatBot.vue';
Expand Down

0 comments on commit 8141be8

Please sign in to comment.