import Vue from 'vue'; import Loginform from "./components/loginform"; import store from "./store/index"; Vue.component('Loginform', Loginform); new Vue({store}).$mount('#app');