Portal invoice payment credit card style

This commit is contained in:
Cüneyt Şentürk
2019-12-28 14:41:09 +03:00
parent 11e08fd23e
commit 3e17a0bf01
8 changed files with 1300 additions and 2 deletions

View File

@ -15,13 +15,15 @@ import BulkAction from './../../plugins/bulk-action';
const app = new Vue({
el: '#app',
mixins: [
Global
],
data: function () {
return {
form: new Form('item'),
bulk_action: new BulkAction('items')
bulk_action: new BulkAction('items'),
}
}
});