style: fix linting issues met Prettier
This commit is contained in:
parent
5bee1cd6be
commit
bb359b6c48
1 changed files with 4 additions and 1 deletions
|
@ -105,7 +105,10 @@
|
|||
:query-result="learningPathQueryResult"
|
||||
v-slot="learningPath: { data: LearningPath }"
|
||||
>
|
||||
<v-navigation-drawer v-model="navigationDrawerShown" :width="350">
|
||||
<v-navigation-drawer
|
||||
v-model="navigationDrawerShown"
|
||||
:width="350"
|
||||
>
|
||||
<v-list-item>
|
||||
<template v-slot:title>
|
||||
<div class="learning-path-title">{{ learningPath.data.title }}</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue