File tree Expand file tree Collapse file tree 5 files changed +6
-13
lines changed
components/containers/annotation Expand file tree Collapse file tree 5 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<v-bottom-navigation
3
+ app
3
4
absolute
4
5
hide-on-scroll
5
- background-color =" transparent"
6
- class =" elevation-0"
7
6
>
8
7
<v-btn @click =" prevPage" >
9
8
<span >Prev</span >
Original file line number Diff line number Diff line change 19
19
</v-navigation-drawer >
20
20
21
21
<nuxt />
22
+ <bottom-navigator class =" d-flex d-sm-none" />
22
23
</v-app >
23
24
</template >
24
25
25
26
<script >
26
27
import { mapActions , mapGetters } from ' vuex'
27
28
import TheSideBar from ' ~/components/organisms/layout/TheSideBar'
28
29
import TheHeader from ' ~/components/organisms/layout/TheHeader'
30
+ import BottomNavigator from ' @/components/containers/annotation/BottomNavigator'
29
31
30
32
export default {
31
33
components: {
32
34
TheSideBar,
33
- TheHeader
35
+ TheHeader,
36
+ BottomNavigator
34
37
},
35
38
data () {
36
39
return {
Original file line number Diff line number Diff line change 15
15
<paginator />
16
16
</v-col >
17
17
</v-row >
18
- <bottom-navigator class =" d-flex d-sm-none" />
19
18
<v-row justify =" center" >
20
19
<v-col cols =" 12" md =" 9" >
21
20
<v-card >
@@ -43,7 +42,6 @@ import ApproveButton from '@/components/containers/annotation/ApproveButton'
43
42
import GuidelineButton from ' @/components/containers/annotation/GuidelineButton'
44
43
import FilterButton from ' @/components/containers/annotation/FilterButton'
45
44
import MetadataBox from ' @/components/organisms/annotation/MetadataBox'
46
- import BottomNavigator from ' @/components/containers/annotation/BottomNavigator'
47
45
48
46
export default {
49
47
layout: ' annotation' ,
@@ -52,7 +50,6 @@ export default {
52
50
53
51
components: {
54
52
ApproveButton,
55
- BottomNavigator,
56
53
EntityItemBox,
57
54
FilterButton,
58
55
Paginator,
Original file line number Diff line number Diff line change 13
13
<paginator />
14
14
</v-col >
15
15
</v-row >
16
- <bottom-navigator class =" d-flex d-sm-none" />
17
16
<v-row justify =" center" >
18
17
<v-col cols =" 12" md =" 9" >
19
18
<seq2seq-container />
@@ -35,7 +34,6 @@ import Seq2seqContainer from '~/components/containers/annotation/Seq2seqContaine
35
34
import Paginator from ' ~/components/containers/annotation/Paginator'
36
35
import GuidelineButton from ' @/components/containers/annotation/GuidelineButton'
37
36
import MetadataBox from ' @/components/organisms/annotation/MetadataBox'
38
- import BottomNavigator from ' @/components/containers/annotation/BottomNavigator'
39
37
40
38
export default {
41
39
layout: ' annotation' ,
@@ -46,8 +44,7 @@ export default {
46
44
Seq2seqContainer,
47
45
Paginator,
48
46
GuidelineButton,
49
- MetadataBox,
50
- BottomNavigator
47
+ MetadataBox
51
48
},
52
49
53
50
computed: {
Original file line number Diff line number Diff line change 13
13
<paginator />
14
14
</v-col >
15
15
</v-row >
16
- <bottom-navigator class =" d-flex d-sm-none" />
17
16
<v-row justify =" center" >
18
17
<v-col cols =" 12" md =" 9" >
19
18
<text-classification />
@@ -35,15 +34,13 @@ import TextClassification from '~/components/containers/annotation/TextClassific
35
34
import Paginator from ' ~/components/containers/annotation/Paginator'
36
35
import GuidelineButton from ' @/components/containers/annotation/GuidelineButton'
37
36
import MetadataBox from ' @/components/organisms/annotation/MetadataBox'
38
- import BottomNavigator from ' @/components/containers/annotation/BottomNavigator'
39
37
40
38
export default {
41
39
layout: ' annotation' ,
42
40
43
41
middleware: [' check-auth' , ' auth' ],
44
42
45
43
components: {
46
- BottomNavigator,
47
44
TextClassification,
48
45
Paginator,
49
46
GuidelineButton,
You can’t perform that action at this time.
0 commit comments