mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-12 13:26:45 +00:00
style: Format categories page template with consistent line breaks
This commit is contained in:
parent
eb296fe761
commit
85481b5f31
1 changed files with 2 additions and 8 deletions
|
|
@ -10,10 +10,7 @@ const { data: categories, status, error } = useCategories();
|
||||||
<span class="loading loading-spinner loading-lg text-primary" />
|
<span class="loading loading-spinner loading-lg text-primary" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div v-else-if="error" class="alert alert-error my-8 flex-col items-center">
|
||||||
v-else-if="error"
|
|
||||||
class="alert alert-error my-8 flex-col items-center"
|
|
||||||
>
|
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
|
@ -43,10 +40,7 @@ const { data: categories, status, error } = useCategories();
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div v-else class="alert alert-info my-8 flex-col items-center">
|
||||||
v-else
|
|
||||||
class="alert alert-info my-8 flex-col items-center"
|
|
||||||
>
|
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue