Fix some linting issues

This commit is contained in:
Ramon Wenger 2024-03-13 14:58:57 +01:00
parent aa9bbba893
commit 3bd875814f
3 changed files with 2 additions and 4 deletions

View File

@ -12,7 +12,7 @@
v-html="assignment.assignment"
/>
<solution
<assignment-solution
:value="solution"
v-if="assignment.solution"
/>
@ -78,7 +78,7 @@ export interface Props {
}
const SubmissionForm = defineAsyncComponent(() => import('@/components/content-blocks/assignment/SubmissionForm.vue'));
const Solution = defineAsyncComponent(() => import('@/components/content-blocks/Solution.vue'));
const AssignmentSolution = defineAsyncComponent(() => import('@/components/content-blocks/Solution.vue'));
const SpellCheck = defineAsyncComponent(() => import('@/components/content-blocks/assignment/SpellCheck.vue'));
const route = useRoute();

View File

@ -33,7 +33,6 @@
</template>
<script>
import { mapActions } from 'vuex';
import ContentBookmark from '@/components/profile/ContentBookmark.vue';
import ActivityEntry from '@/components/profile/ActivityEntry.vue';

View File

@ -71,7 +71,6 @@
</template>
<script>
import { mapActions } from 'vuex';
import ContentBookmark from '@/components/profile/ContentBookmark.vue';
import ActivityEntry from '@/components/profile/ActivityEntry.vue';