import Vue from 'vue'; import DownloadSequenceLabeling from '../components/download_sequence_labeling.vue'; new Vue({ el: '#mail-app', components: { DownloadSequenceLabeling }, template: '', });