mirror of https://github.com/doccano/doccano.git
Hironsan
4 years ago
6 changed files with 35 additions and 48 deletions
Split View
Diff Options
-
9frontend/components/containers/annotation/GuidelineButton.vue
-
16frontend/components/containers/documents/DocumentActionMenu.vue
-
9frontend/components/containers/documents/DocumentDeletionButton.vue
-
16frontend/components/containers/labels/LabelActionMenu.vue
-
9frontend/components/containers/labels/LabelDeletionButton.vue
-
24frontend/components/molecules/BaseDialog.vue
@ -1,24 +0,0 @@ |
|||
<template> |
|||
<v-dialog |
|||
:value="dialog" |
|||
:width="width" |
|||
> |
|||
<slot /> |
|||
</v-dialog> |
|||
</template> |
|||
|
|||
<script> |
|||
export default { |
|||
props: { |
|||
dialog: { |
|||
type: Boolean, |
|||
default: false, |
|||
required: true |
|||
}, |
|||
width: { |
|||
type: String, |
|||
default: '800' |
|||
} |
|||
} |
|||
} |
|||
</script> |
Write
Preview
Loading…
Cancel
Save