mirror of https://github.com/doccano/doccano.git
pythondatasetsactive-learningtext-annotationdatasetnatural-language-processingdata-labelingmachine-learningannotation-tool
10 lines
157 B
10 lines
157 B
import Vue from 'vue';
|
|
import Labels from '../components/label.vue';
|
|
|
|
new Vue({
|
|
el: '#mail-app',
|
|
|
|
components: { Labels },
|
|
|
|
template: '<Labels />',
|
|
});
|