Merge branch 'fix-vue-warnings' into bootstrap5_replacing_scratch

This commit is contained in:
2021-07-07 19:27:40 +02:00
5 changed files with 14 additions and 14 deletions

View File

@@ -81,13 +81,13 @@ export default {
showModal: false,
modalDialogClass: "modal-dialog-scrollable modal-xl"
},
action: this.action
//action: this.action
}
},
computed: {
action() {
return this.$data.action;
},
//action() {
// return this.$data.action;
//},
classAction() {
switch (this.action) {
case 'show':