Fix linting issues

This commit is contained in:
Ramon Wenger 2023-01-09 15:53:24 +01:00
parent 6a4f795801
commit d0633823bf
4 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,8 @@
<div>
<p class="text-gray-800 mb-4">Schritt {{ stepNo + 1 }} von {{ MAX_STEPS }}</p>
<p class="mb-10 text-xl">
Patrizia Huggel, deine Trainerin, bittet dich, ihr Feedback zu geben. <br />
Patrizia Huggel, deine Trainerin, bittet dich, ihr Feedback zu geben.
<br />
Das ist freiwillig, würde ihr aber helfen, dein Lernerlebnis zu verbessern.
</p>
<ItRadioGroup

View File

@ -7,8 +7,7 @@
frameborder="0"
allow="accelerometer; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
>
</iframe>
></iframe>
</div>
</template>

View File

@ -4,9 +4,9 @@
class="border p-12"
@update:modelValue="$emit('update:modelValue', $event)"
>
<RadioGroupLabel class="text-5xl mb-12 leading-normal font-bold block">{{
label
}}</RadioGroupLabel>
<RadioGroupLabel class="text-5xl mb-12 leading-normal font-bold block">
{{ label }}
</RadioGroupLabel>
<div class="flex justify-between align-items-center justify-items-center space-x-6">
<RadioGroupOption
v-for="item in items"

View File

@ -27,7 +27,7 @@ function loadCourseSessionsData(reload = false) {
return { courseSessions };
}
export const useCourseSessionsStore = defineStore("courseSessionsSetup", () => {
export const useCourseSessionsStore = defineStore("courseSessions", () => {
// using setup function seems cleaner, see https://pinia.vuejs.org/core-concepts/#setup-stores
// this will become a state variable (like each other `ref()`