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