added bulk action to transactions
This commit is contained in:
@ -13,6 +13,7 @@ import DashboardPlugin from './../../plugins/dashboard-plugin';
|
||||
import Global from './../../mixins/global';
|
||||
|
||||
import Form from './../../plugins/form';
|
||||
import BulkAction from './../../plugins/bulk-action';
|
||||
|
||||
// plugin setup
|
||||
Vue.use(DashboardPlugin);
|
||||
@ -27,6 +28,7 @@ const app = new Vue({
|
||||
data: function () {
|
||||
return {
|
||||
form: new Form('transaction'),
|
||||
bulk_action: new BulkAction('transactions')
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user