Added login to the application to make authenticated api requests.
This commit is contained in:
6
assets/js/user.js
Normal file
6
assets/js/user.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import Vue from 'vue';
|
||||
import Loginform from "./components/loginform";
|
||||
import store from "./store/index";
|
||||
|
||||
Vue.component('Loginform', Loginform);
|
||||
new Vue({store}).$mount('#app');
|
||||
Reference in New Issue
Block a user