vue accompanyingcourse_work: prepare evaluations, + translations chains + styles border

This commit is contained in:
2021-08-09 16:22:28 +02:00
committed by Marc Ducobu
parent 44e85361e6
commit 3156706c2b
5 changed files with 149 additions and 66 deletions

View File

@@ -0,0 +1,14 @@
<template>
boum
</template>
<script>
export default {
name: "AddEvaluation",
props: ['destination', 'availableEvaluations'],
}
</script>
<style scoped>
</style>

View File

@@ -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);