mirror of https://github.com/doccano/doccano.git
pythondatasetsactive-learningtext-annotationdatasetnatural-language-processingdata-labelingmachine-learningannotation-tool
16 lines
309 B
16 lines
309 B
<template>
|
|
<v-tooltip bottom>
|
|
<template v-slot:activator="{ on }">
|
|
<v-btn
|
|
icon
|
|
v-on="on"
|
|
@click="$emit('click:auto')"
|
|
>
|
|
<v-icon>
|
|
mdi-auto-fix
|
|
</v-icon>
|
|
</v-btn>
|
|
</template>
|
|
<span>Auto Labeling</span>
|
|
</v-tooltip>
|
|
</template>
|