Form group readonly and disabled feature added
This commit is contained in:
@ -49,6 +49,8 @@ import AkauntingRadioGroup from './forms/AkauntingRadioGroup';
|
||||
import AkauntingSelect from './AkauntingSelect';
|
||||
import AkauntingDate from './AkauntingDate';
|
||||
import AkauntingRecurring from './AkauntingRecurring';
|
||||
import {VMoney} from 'v-money';
|
||||
|
||||
|
||||
export default {
|
||||
name: 'akaunting-modal',
|
||||
@ -63,6 +65,10 @@ export default {
|
||||
AkauntingRecurring
|
||||
},
|
||||
|
||||
directives: {
|
||||
money: VMoney
|
||||
},
|
||||
|
||||
props: {
|
||||
show: Boolean,
|
||||
title: {
|
||||
|
Reference in New Issue
Block a user