mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-10 23:39:43 +00:00
vue accompanyingcourse_work: prepare evaluations, + translations chains + styles border
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
boum
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "AddEvaluation",
|
||||
props: ['destination', 'availableEvaluations'],
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
@@ -86,7 +86,7 @@ const i18n = {
|
||||
|
||||
export default {
|
||||
name: "AddResult",
|
||||
props: [ 'destination', 'goal' ],
|
||||
props: [ 'destination', 'goal', 'availableResults' ],
|
||||
i18n,
|
||||
data() {
|
||||
return {
|
||||
@@ -136,7 +136,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
toggleSelect() {
|
||||
this.isExpanded = !this.isExpanded;
|
||||
this.isExpanded = !this.isExpanded;
|
||||
},
|
||||
addResult(r) {
|
||||
console.log('addResult', r);
|
||||
|
Reference in New Issue
Block a user