import Vue from 'vue'; import App from './pages/files' new Vue({ render: h => h(App) }).$mount('#app');