mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
fix most of vue warnings for accompanyingCourse component
This commit is contained in:
@@ -155,9 +155,9 @@ export default {
|
||||
])];
|
||||
return uniqBy(union, k => k.key);
|
||||
},
|
||||
options() {
|
||||
return this.options;
|
||||
},
|
||||
//options() {
|
||||
// return this.options;
|
||||
//},
|
||||
checkUniq() {
|
||||
if (this.options.uniq === true) {
|
||||
return 'radio';
|
||||
|
Reference in New Issue
Block a user