style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-02 07:35:43 +00:00
parent 5bee1cd6be
commit bb359b6c48

View file

@ -105,7 +105,10 @@
:query-result="learningPathQueryResult" :query-result="learningPathQueryResult"
v-slot="learningPath: { data: LearningPath }" v-slot="learningPath: { data: LearningPath }"
> >
<v-navigation-drawer v-model="navigationDrawerShown" :width="350"> <v-navigation-drawer
v-model="navigationDrawerShown"
:width="350"
>
<v-list-item> <v-list-item>
<template v-slot:title> <template v-slot:title>
<div class="learning-path-title">{{ learningPath.data.title }}</div> <div class="learning-path-title">{{ learningPath.data.title }}</div>