mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
fix most of vue warnings for accompanyingCourse component
This commit is contained in:
@@ -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':
|
||||
|
Reference in New Issue
Block a user