Vue: Auth page fixes..
This commit is contained in:
9
resources/assets/js/views/auth/reset.js
vendored
9
resources/assets/js/views/auth/reset.js
vendored
@ -8,13 +8,8 @@ require('./../../bootstrap');
|
||||
|
||||
import Vue from 'vue';
|
||||
|
||||
import DashboardPlugin from './../../plugins/dashboard-plugin';
|
||||
|
||||
import Form from './../../plugins/form';
|
||||
|
||||
// plugin setup
|
||||
Vue.use(DashboardPlugin);
|
||||
|
||||
const app = new Vue({
|
||||
el: '#app',
|
||||
|
||||
@ -24,6 +19,10 @@ const app = new Vue({
|
||||
}
|
||||
},
|
||||
|
||||
mounted() {
|
||||
this.checkNotify();
|
||||
},
|
||||
|
||||
methods: {
|
||||
// Check Default set notify > store / update action
|
||||
checkNotify: function () {
|
||||
|
Reference in New Issue
Block a user