import Vue from 'vue'; import App from './StatusScreen.vue'; new Vue({ el: '#app', render: h => h(App), });