Allow to use the AkauntingSelectRemote component in a modal dialog.
This commit is contained in:
parent
067f7e5635
commit
2e16c1b94b
@ -59,6 +59,7 @@ import AkauntingModal from './AkauntingModal';
|
||||
import AkauntingMoney from './AkauntingMoney';
|
||||
import AkauntingRadioGroup from './forms/AkauntingRadioGroup';
|
||||
import AkauntingSelect from './AkauntingSelect';
|
||||
import AkauntingSelectRemote from './AkauntingSelectRemote';
|
||||
import AkauntingDate from './AkauntingDate';
|
||||
import AkauntingRecurring from './AkauntingRecurring';
|
||||
|
||||
@ -138,9 +139,9 @@ export default {
|
||||
},
|
||||
|
||||
created: function () {
|
||||
let documentClasses = document.body.classList;
|
||||
let documentClasses = document.body.classList;
|
||||
|
||||
documentClasses.add("modal-open");
|
||||
documentClasses.add("modal-open");
|
||||
},
|
||||
|
||||
mounted() {
|
||||
@ -154,6 +155,7 @@ export default {
|
||||
components: {
|
||||
AkauntingRadioGroup,
|
||||
AkauntingSelect,
|
||||
AkauntingSelectRemote,
|
||||
AkauntingModal,
|
||||
AkauntingMoney,
|
||||
AkauntingDate,
|
||||
|
Loading…
x
Reference in New Issue
Block a user