Browse Source

Remove search box from base layout

pull/341/head
Hironsan 5 years ago
parent
commit
e9023fea31
2 changed files with 0 additions and 20 deletions
  1. 7
      frontend/layouts/BaseLayout.vue
  2. 13
      frontend/layouts/annotation.vue

7
frontend/layouts/BaseLayout.vue

@ -10,13 +10,6 @@
<nuxt-link to="/" class="top">
<span class="title ml-3 mr-5">doccano</span>
</nuxt-link>
<v-text-field
solo-inverted
flat
hide-details
label="Search"
prepend-inner-icon="search"
/>
<v-spacer />
<slot name="rightDrawerIcon" />
</v-app-bar>

13
frontend/layouts/annotation.vue

@ -19,19 +19,6 @@
</v-navigation-drawer>
</template>
<!--
<template #rightDrawer>
<v-navigation-drawer
v-model="drawerRight"
app
clipped
right
>
<slot name="sideBarRightContent" />
</v-navigation-drawer>
</template>
-->
<template #content>
<nuxt />
</template>

Loading…
Cancel
Save