mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-11 21:29:50 +02:00
prettier
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
:title="l.libraryName"
|
||||
:description="l.basePath"
|
||||
orientation="horizontal">
|
||||
<UButton color="warning" @click="deleteLibrary(l)" :loading="busy">Delete</UButton>
|
||||
<UButton color="warning" :loading="busy" @click="deleteLibrary(l)">Delete</UButton>
|
||||
</UPageCard>
|
||||
</UPageList>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user