Browse Source
Merge pull request #606 from doccano/feature/show-menu-by-default
Enable to show menu by default, resolve #598
pull/607/head
Hiroki Nakayama
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
frontend/layouts/annotation.vue
-
frontend/layouts/project.vue
|
|
@ -78,7 +78,7 @@ export default { |
|
|
|
}, |
|
|
|
data() { |
|
|
|
return { |
|
|
|
drawerLeft: false |
|
|
|
drawerLeft: null |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
@ -48,7 +48,7 @@ export default { |
|
|
|
|
|
|
|
data() { |
|
|
|
return { |
|
|
|
drawerLeft: false |
|
|
|
drawerLeft: null |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|