mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-25 09:16:15 -04:00
fix(lint): updated slot
This commit is contained in:
parent
65bce59f59
commit
fe8de0b3cf
6 changed files with 15 additions and 8 deletions
|
@ -5,7 +5,7 @@
|
|||
fixed
|
||||
app
|
||||
>
|
||||
<template v-slot:prepend>
|
||||
<template #prepend>
|
||||
<div class="small-hero">
|
||||
<HeroGradient />
|
||||
<div class="small-hero-content">
|
||||
|
@ -47,7 +47,7 @@
|
|||
</div>
|
||||
</v-list>
|
||||
|
||||
<template v-slot:append>
|
||||
<template #append>
|
||||
<v-divider />
|
||||
|
||||
<div class="pa-5 navigation-drawer-footer">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue