Remove the flash plugin store correctly

This commit is contained in:
Dane Everitt 2018-05-26 14:59:58 -07:00
parent 0a706d1b45
commit 7a077f3281
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
import Vue from 'vue';
import Vuex from 'vuex';
import vuexI18n from 'vuex-i18n';
import { createFlashStore } from 'vuex-flash';
import VueRouter from 'vue-router';
// Helpers
@ -18,7 +17,7 @@ window.Ziggy = Ziggy;
Vue.use(Vuex);
const store = new Vuex.Store({ plugins: [createFlashStore()] });
const store = new Vuex.Store();
const route = require('./../../../vendor/tightenco/ziggy/src/js/route').default;
Vue.config.productionTip = false;

View File

@ -7,7 +7,7 @@ return [
'forgot_password' => [
'label' => 'Forgot Password?',
'label_help' => 'Enter your account email address to recive instructions on resetting your password.',
'label_help' => 'Enter your account email address to receive instructions on resetting your password.',
'button' => 'Recover Account',
],