Vue: Auth page fixes..

This commit is contained in:
Cüneyt Şentürk
2020-01-03 12:24:54 +03:00
parent 38ad7f7f0a
commit 1c0697b266
3 changed files with 62 additions and 16 deletions

View File

@ -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 () {