mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 07:51:08 -04:00
Fix bank account modal.
This commit is contained in:
@ -49,7 +49,7 @@ export default {
|
||||
bank_name: account.bank_name,
|
||||
bank_account_id: account.id,
|
||||
});
|
||||
this.$bvModal.hide('account_no');
|
||||
this.$bvModal.hide('bank_account_no');
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
@ -2,7 +2,7 @@ import 'es6-promise';
|
||||
import VueProgressBar from 'vue-progressbar';
|
||||
import progressbarConfig from '@/config/progressbar.config';
|
||||
import '@/config/local-storage.config';
|
||||
import { VBModalPlugin } from 'bootstrap-vue';
|
||||
import { ModalPlugin } from 'bootstrap-vue';
|
||||
import Vue from 'vue';
|
||||
import App from '@/App.vue';
|
||||
import router from '@/router';
|
||||
@ -11,7 +11,7 @@ import VueNotifications from 'vue-notification';
|
||||
import './registerServiceWorker';
|
||||
import i18n from './config/i18n.config';
|
||||
|
||||
Vue.use(VBModalPlugin);
|
||||
Vue.use(ModalPlugin);
|
||||
Vue.use(VueNotifications);
|
||||
Vue.use(VueProgressBar, progressbarConfig);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user